index
:
qt-creator/elfutils.git
10.0
11.0
12.0
4.10
4.11
4.12
4.13
4.14
4.15
4.4
4.5
4.6
4.7
4.8
4.9
5.0
master
upstream/dwarf
upstream/dwarflint
upstream/fche/copr
upstream/ima-keys
upstream/jankratochvil/NT_FILE
upstream/jankratochvil/cfaloop
upstream/jankratochvil/corepattern
upstream/jankratochvil/devmem
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports
upstream/jankratochvil/gdbserver
upstream/jankratochvil/ppc64bidir
upstream/jankratochvil/ppc64bidir-unwindppc
upstream/main
upstream/master
upstream/mjw/DWARF5
upstream/mjw/RH-DTS
upstream/mjw/call_site
upstream/mjw/check_self_referential_die
upstream/mjw/compress
upstream/mjw/compress2
upstream/mjw/compress3
upstream/mjw/compress4
upstream/mjw/dwarf_output
upstream/mjw/dwarfstrings
upstream/mjw/elfstrmerge
upstream/mjw/fp-unwind
upstream/mjw/leaks
upstream/mjw/location-range
upstream/mjw/pending
upstream/mpolacek/autotest
upstream/pmachata/RH-DTS
upstream/pmachata/aarch64-review
upstream/pmachata/dwarf
upstream/pmachata/dwarf-writer
upstream/pmachata/dwarf_output
upstream/pmachata/dwarflint
upstream/pmachata/dwfl_core_file_report
upstream/pmachata/iterators
upstream/pmachata/macro
upstream/pmachata/range_list_iterator_formptr
upstream/pmachata/reader_hooks
upstream/pmachata/sharing
upstream/pmachata/threads
upstream/portable
upstream/relocate
upstream/robustify
upstream/roland/addrsym_tls
upstream/roland/arm_corenote
upstream/roland/cfi
upstream/roland/dwarf-collector
upstream/roland/dwarf-hacking
upstream/roland/dwarf-macinfo
upstream/roland/dwarf_edit
upstream/roland/dwarf_output-shape
upstream/roland/dwarf_output-tracker
upstream/roland/elf_clone
upstream/roland/is_stmt
upstream/roland/notes
upstream/roland/parisc
upstream/roland/parisc_corenote
upstream/roland/relocate-cfi-tmp
upstream/roland/tracker
upstream/roland/unstrip-buildid-relative
upstream/roland/unwind
upstream/users/amerey/manpages
upstream/users/amerey/thread_safety
upstream/users/amerey/try-clean
upstream/users/amerey/try-compress
upstream/users/amerey/try-config
upstream/users/amerey/try-no-objcopy
upstream/users/amerey/try-pr27405
upstream/users/amerey/try-pr31097
upstream/users/amerey/try-readelf-concurrency
upstream/users/amerey/try-remove-relocs
upstream/users/amerey/try-remove-relocs2
upstream/users/amerey/try-thread
upstream/users/amerey/try-track-fds
upstream/users/amerey/try-xz4
upstream/users/amerey/try-xz5
upstream/users/dichen/readelf-28873
upstream/users/dichen/readelf-Ds
upstream/users/dichen/try-dwfl-frame-reg
upstream/users/marxin/try-PR29474-fix-debuginfod-concurrency
upstream/users/marxin/try-zstd-support-v2
upstream/users/serhei/eu-stacktrace
upstream/users/serhei/eu-stacktrace.v0
upstream/users/serhei/eu-stacktrace.v1
upstream/users/serhei/try-process-tracker
Fork of git://sourceware.org/git/elfutils.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libdw: Handle DWARF5 DW_FORM_implicit_const. Add dwarf_getabbrevattr_data.
Mark Wielaard
2018-02-21
14
-12
/
+129
*
libdw: Recognize new DWARF5 attribute forms.
Mark Wielaard
2018-02-21
4
-4
/
+52
*
libdw: Add new dwarf_get_units function to iterate over all units.
Mark Wielaard
2018-02-21
7
-36
/
+248
*
libdw: Parse new DWARF5 units and CU DIEs.
Mark Wielaard
2018-02-21
12
-127
/
+394
*
libelf: Sync elf.h from glibc.
Mark Wielaard
2018-02-17
2
-2
/
+98
*
tests: Accept any core if no core with the "correct" pid can be found.
Mark Wielaard
2018-02-16
2
-0
/
+12
*
Include sys/ptrace.h as early as possible.
Mark Wielaard
2018-02-15
7
-6
/
+21
*
libdw: Add dwarf_die_addr_die function.
Mark Wielaard
2018-02-13
11
-5
/
+349
*
Use fallthrough attribute.
Joshua Watt
2018-02-10
49
-52
/
+150
*
libdw: Resolve alt file on first use.
Mark Wielaard
2018-01-25
13
-16
/
+258
*
tests: Check symtabshdr instead of symtabndx in elfstrmerge.c.
Mark Wielaard
2018-01-25
2
-5
/
+10
*
readelf: Fix crash on reading loc data or range data with bad/no CUs.
Mark Wielaard
2018-01-25
2
-2
/
+7
*
libdw: dwarf_formsdata should return a signed value
Petr Machata
2018-01-14
7
-6
/
+103
*
libdw: Reduce size of struct Dwarf_Abbrev.
Mark Wielaard
2018-01-01
4
-14
/
+34
*
libdw: New get_uleb128_unchecked to use with already checked Dwarf_Abbrev.
Mark Wielaard
2018-01-01
6
-51
/
+48
*
readelf: Use dwarf_form_name for printing (unknown) forms.
Mark Wielaard
2018-01-01
2
-3
/
+8
*
tests: Try to use coredumpctl to extract core files.
Mark Wielaard
2017-12-29
3
-2
/
+40
*
readelf: Format offset as DIE index (hex).
Mark Wielaard
2017-12-29
2
-2
/
+7
*
libdw: Check there is .debug_info/types section data in __libdw_offdie.
Mark Wielaard
2017-12-29
2
-2
/
+6
*
Don't overflow in __libdw_in_section and __libdw_offset_in_section.
Ulf Hermann
2017-12-20
2
-2
/
+11
*
libdw: Add explicit section index to struct Dwarf_CU.
Mark Wielaard
2017-12-20
5
-3
/
+19
*
readelf: Try to continue after encountering bogus ELF Note data.
Mark Wielaard
2017-12-18
2
-3
/
+8
*
libdw: dwarf_aggregate_size should not peel the given DIE.
Mark Wielaard
2017-12-15
2
-3
/
+8
*
libdw: dwarf_aggregate_size() works with multi-dimensional arrays
Dima Kogan
2017-12-12
6
-21
/
+36
*
readelf: Handle DW_OP_call2 and DW_OP_call4 correctly.
Mark Wielaard
2017-12-12
6
-2
/
+108
*
readelf: Hook up -g, --section-groups to display the section groups.
Mark Wielaard
2017-12-10
2
-0
/
+5
*
readelf: Print CU, base address and unresolved .debug_loc entries.
Mark Wielaard
2017-11-29
6
-35
/
+112
*
readelf: Print CU, base address and unresolved .debug_range entries.
Mark Wielaard
2017-11-29
5
-24
/
+89
*
readelf: Print actual file for decl_file and call_file attributes.
Mark Wielaard
2017-11-29
5
-21
/
+53
*
readelf: Print abbrev code for DIE with --debug-dump=info.
Mark Wielaard
2017-11-29
5
-44
/
+56
*
readelf: Adjust print_ops formatting.
Mark Wielaard
2017-11-29
7
-78
/
+90
*
libdwfl: Don't dereference possibly unaligned auxv entry pointer from core.
Mark Wielaard
2017-11-24
2
-19
/
+31
*
readelf: Print attribute name and form in error message.
Mark Wielaard
2017-11-24
2
-3
/
+13
*
readelf: Print DIE offset in attribute reading error messages.
Mark Wielaard
2017-11-16
2
-6
/
+14
*
tests: Fix cfi_debug => cfi_debug_bias typo in varlocs assert.
Mark Wielaard
2017-11-16
2
-1
/
+5
*
tests: Add varlocs-self and exprlocs-self tests.
Mark Wielaard
2017-11-15
5
-16
/
+110
*
libdw: Handle DW_OP_GNU_variable_value.
Mark Wielaard
2017-11-10
9
-7
/
+431
*
libdw: Update acceptable forms and attributes for dwarf_getlocation.
Mark Wielaard
2017-11-10
2
-1
/
+30
*
readelf: Handle DW_OP_GNU_variable_value.
Mark Wielaard
2017-11-10
4
-2
/
+13
*
config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.
Mark Wielaard
2017-11-10
2
-2
/
+7
*
backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.
Mark Wielaard
2017-10-26
4
-0
/
+16
*
lib: Remove md5 and sha1 implementations.
Mark Wielaard
2017-10-20
11
-1121
/
+23
*
libdwfl: When the kernel is found, but not the modules warn, don't fail.
Mark Wielaard
2017-10-20
2
-1
/
+6
*
libelf: Don't error out when sanity checking e_shoff if scncnt is zero.
Mark Wielaard
2017-10-13
2
-2
/
+7
*
libelf: Add ELF_E_INVALID_ELF error value.
Mark Wielaard
2017-10-13
7
-23
/
+83
*
libdw: Define LIBDW_CIE_ID and use it in dwarf_cfi_cie_p.
Mark Wielaard
2017-10-05
2
-1
/
+7
*
Make sure packed structs follow the gcc memory layout
Ulf Hermann
2017-09-20
12
-4
/
+51
*
ar: Check whether ar header values fit.
Mark Wielaard
2017-09-20
5
-22
/
+103
*
README: Add basic build instructions.
Mark Wielaard
2017-09-19
2
-0
/
+13
*
Internationalized messages should not contain the '\v' escape sequence.
Mark Wielaard
2017-09-15
14
-1910
/
+1942
[next]