* core: Check that we're adding DW_TAG_member sorted by byte offset * btf_encoder: Ensure ELF function representation is fully initialized * CMakeList.txt: Bump version to the upcoming 1.25 release, not out of the door yet * btf_encoder: Support delaying function addition to check for function prototype inconsistencies * btf_encoder: Represent "."-suffixed functions (".isra.0") in BTF * dwarf_loader: Help spotting functions with optimized-out parameters * pahole: Sync with libbpf-1.1 * dwarf_loader: Sync with LINUX_ELFNOTE_LTO_INFO macro from kernel * dwarf_loader: DW_TAG_inlined_subroutine needs recoding by DW_AT_abstract_origin * dwarves: Zero-initialize struct cu in cu__new() to prevent incorrect BTF types * emit: Support DW_TAG_atomic_type when emitting definitions for a typedef * fprintf: Support _Atomic typedefs * pahole: Allow skipping the emission of atomic typedefs * emit: Emit typedefs for atomic_ prefixed base types * btf_encoder: Encode DW_TAG_unspecified_type returning routines as void * dwarf_loader: Support DW_TAG_label outside DW_TAG_lexblock * dwarves: support DW_TAG_atomic_type * emit: Don't mark a enum with nr_members == 0 as printed, its just a fwd decl * emit: Check if disambiguated struct/enum/union name was already emitted in a previous CU * btf: Fix building with system libbpf OBS-URL: https://build.opensuse.org/package/show/Kernel:tools/dwarves.Factory?expand=0&rev=9
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/acmel/dwarves.git</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">dwarves</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|