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-abbrev_lock
upstream/users/amerey/try-arhdr
upstream/users/amerey/try-clean
upstream/users/amerey/try-compress
upstream/users/amerey/try-config
upstream/users/amerey/try-gettext-cache
upstream/users/amerey/try-lcov-and-ssize_t
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-sample-guard
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
path:
root
/
src
/
readelf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
readelf: Don't print 'for section' when rela section sh_info is zero.
Mark Wielaard
2014-05-27
1
-1
/
+15
*
libdwfl: Move dwz alt multi file searching to find_debuginfo callback.
Mark Wielaard
2014-05-02
1
-10
/
+24
*
readelf: handle_core_item make sure variable length array isn't zero size.
Mark Wielaard
2014-04-24
1
-1
/
+1
*
readelf.c (print_gdb_index_section): Use unsigned int for 31 bits left shift.
Mark Wielaard
2014-04-24
1
-1
/
+1
*
readelf: Read the decompressed data when processing .zdebug DWARF sections.
Mark Wielaard
2014-04-15
1
-8
/
+10
*
readelf: convert up to a target long in buf_read_ulong.
Mark Wielaard
2014-04-14
1
-1
/
+1
*
readelf: Print DW_FORM_sdata values as signed numbers.
Mark Wielaard
2014-03-10
1
-7
/
+27
*
readelf: More sanity checks before trying to display interpreter string.
Mark Wielaard
2014-02-24
1
-2
/
+16
*
readelf: Robustify print_phdr program interpreter printing.
Mark Wielaard
2014-02-07
1
-1
/
+4
*
robustify: readelf.
Roland McGrath
2014-01-23
1
-26
/
+54
*
robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.
Petr Machata
2014-01-23
1
-10
/
+29
*
readelf: print_debug_macro_section clear vendor array before use.
Mark Wielaard
2014-01-17
1
-0
/
+1
*
libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.
Mark Wielaard
2013-12-20
1
-8
/
+8
*
Support new 'h' core note item format for hidden fields
Petr Machata
2013-11-22
1
-0
/
+3
*
readelf: Solve comparison between signed and unsigned compiler warning.
Mark Wielaard
2013-11-05
1
-2
/
+2
*
Show contents NT_FILE core note in readelf
Petr Machata
2013-09-30
1
-4
/
+63
*
Show contents NT_SIGINFO core note in readelf
Petr Machata
2013-09-30
1
-0
/
+103
*
readelf: print actual DIE offsets of DW_OP_GNU_<type> ops.
Mark Wielaard
2013-07-13
1
-2
/
+17
*
readelf: print actual DW_OP_GNU_parameter_ref DIE offset.
Mark Wielaard
2013-07-13
1
-32
/
+49
*
readelf: Format first DW_OP_GNU_implicit_pointer argument as DIE offset.
Mark Wielaard
2013-05-06
1
-1
/
+1
*
readelf: Add --debug-dump=decodedline support.
Mark Wielaard
2013-04-04
1
-2
/
+96
*
readelf: Display raw .debug_aranges. Use libdw only for decodedaranges.
Mark Wielaard
2013-04-04
1
-5
/
+172
*
readelf: When highpc is in constant form also print as address.
Mark Wielaard
2013-03-26
1
-1
/
+15
*
readelf: print_gdb_index_section fix memory leak.
Mark Wielaard
2013-03-19
1
-0
/
+2
*
readelf: Accept version 8 .gdb_index section format.
Mark Wielaard
2013-03-19
1
-3
/
+5
*
readelf: Add -U, --unresolved-address-offsets output control.
Mark Wielaard
2013-02-06
1
-24
/
+46
*
readelf: Add base to offsets in format_dwarf_addr for debug_loc/ranges.
Mark Wielaard
2013-02-06
1
-14
/
+44
*
src/
Jan Kratochvil
2013-01-30
1
-16
/
+18
*
readelf: Add --elf-section input option to inspect an embedded ELF file.
Mark Wielaard
2013-01-16
1
-0
/
+150
*
readelf: Adjust initial FDE address if pcrel before printing.
Mark Wielaard
2012-12-22
1
-1
/
+22
*
readelf.c (print_ops): Ajust DW_OP_skip and DW_OP_bra targets calculation.
Mark Wielaard
2012-11-16
1
-1
/
+1
*
src/
Jan Kratochvil
2012-10-12
1
-58
/
+62
*
src/
Jan Kratochvil
2012-10-11
1
-4
/
+4
*
In mixed core notes, don't let handle_core_item repeat.
Petr Machata
2012-09-25
1
-1
/
+5
*
readelf.c (print_debug_macro_section): Print offset as PRIx64.
Mark Wielaard
2012-08-27
1
-2
/
+2
*
readelf.c (register_info): Handle loc == NULL.
Mark Wielaard
2012-08-27
1
-3
/
+6
*
Rewrite DWARF string functions using known-dwarf macros.
Mark Wielaard
2012-08-17
1
-811
/
+297
*
libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.
Mark Wielaard
2012-08-09
1
-1
/
+17
*
Fix formatting string in readelf
Petr Machata
2012-08-07
1
-1
/
+1
*
readelf: Use DW_LANG_ObjC and known[op].
Mark Wielaard
2012-07-29
1
-2
/
+2
*
Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.
Mark Wielaard
2012-07-26
1
-0
/
+12
*
Merge branch 'debug_macro'
Mark Wielaard
2012-07-19
1
-2
/
+413
|
\
|
*
readelf: Add .debug_macro parsing support.
Mark Wielaard
2012-07-11
1
-2
/
+413
*
|
readelf: Add .gdb_index version 7 support.
Mark Wielaard
2012-07-10
1
-16
/
+48
|
/
*
Add low-level support for .debug_macro.
Mark Wielaard
2012-06-27
1
-0
/
+4
*
readelf.c: Cast printf PRIu/x64 arguments to uint64_t for gcc 4.7 -Wformat.
Mark Wielaard
2012-06-22
1
-2
/
+2
*
Update name, license and contributor policy.
Mark Wielaard
2012-06-05
1
-19
/
+11
*
readelf.c (print_ops): Add missing DW_OP_GNU operands.
Mark Wielaard
2012-04-24
1
-0
/
+3
*
readelf.c: Check debug section data before trying to print abbrev or str.
Mark Wielaard
2012-03-28
1
-2
/
+6
*
readelf.c (print_gdb_index_section): Accept version 6.
Mark Wielaard
2012-03-21
1
-2
/
+3
[next]