summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* strip: Remove all excess for --strip-sections.Roland McGrath2011-01-062-27/+36
* strip: Add --strip-sections option.Roland McGrath2011-01-052-0/+64
* findtextrel: Optimize last change.Roland McGrath2010-11-111-26/+28
* findtextrel: Don't assume order of sections.Roland McGrath2010-11-102-6/+23
* Merge branch 'roland/implicit-ptr'Roland McGrath2010-09-092-0/+28
|\
| * Handle DW_OP_GNU_implicit_pointer.Roland McGrath2010-08-302-0/+28
* | readelf: Print .debug_loc/.debug_ranges with cognizance of actual DIE pointer...Roland McGrath2010-08-302-77/+304
|/
* readelf: Fix crash in .debug_loc with garbage data.Roland McGrath2010-08-302-18/+37
* Add dwfl_dwarf_line, addr2line -F to print out more line info bits.Roland McGrath2010-08-241-2/+40
* readelf: For -x/-p, print all sections with matching name, not just one.Roland McGrath2010-08-112-9/+12
* readelf: Fix DW_OP_call_ref printing for version 2 CUs.Roland McGrath2010-07-262-16/+33
* readelf: Use symbolic printing for FDE initial_location address.Roland McGrath2010-07-022-3/+10
* strings: Fix brainos in non-mmap case.Roland McGrath2010-06-302-10/+17
* readelf: Fix braino in DW_LNS_set_isa parsing.Roland McGrath2010-06-222-0/+5
* Add some missing DWARF constants and readelf support for them.Roland McGrath2010-06-222-0/+28
* Fix readelf for large SLEB128 values.Roland McGrath2010-06-212-10/+20
* Finish .debug_types support in libdw and readelf.Roland McGrath2010-06-202-18/+57
* readelf: Handle v4 .debug_frame format.Roland McGrath2010-06-202-16/+38
* readelf: Handle v4 .debug_line format.Roland McGrath2010-06-202-16/+72
* Fix unstrip for modifying file in place.Roland McGrath2010-06-142-1/+16
* unstrip: Factor common code for shdr changes.Roland McGrath2010-06-142-15/+19
* unstrip: Bail early on bogus invocation with reversed arguments.Roland McGrath2010-06-142-0/+9
* readelf: Handle DW_FORK_ref_sig8.Roland McGrath2010-06-012-1/+8
* More DWARF 4 handling, some in readelf.Roland McGrath2010-06-012-6/+30
* readelf: Print .eh_frame even with no other DWARF.Roland McGrath2010-06-012-2/+10
* whitespaceRoland McGrath2010-06-011-0/+1
* More details attribute output.Ulrich Drepper2010-05-282-28/+34
* addr2line: Handle SYMBOL without +OFFSET.Roland McGrath2010-05-192-8/+22
* Fix DW_OP_call_ref operand handling.Roland McGrath2010-05-082-22/+53
* Fix readelf core note bitmask printing.Roland McGrath2010-04-142-4/+17
* Fix some message typos and xgettext markers.Roland McGrath2010-04-065-7/+16
* readelf: Fix fd leak on bad input files.Roland McGrath2010-02-262-1/+6
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-34/+13
* Fix compiler warning nit in readelf.Roland McGrath2010-02-152-1/+6
* readelf: Fix CFI decoding for DW_EH_PE_absptr.Roland McGrath2010-02-022-38/+28
* Fix sloppy #include use, breaks with latest glibc.Roland McGrath2010-01-156-3/+16
* Handle extended phnum in readelf.Roland McGrath2010-01-072-13/+38
* Handle extended phnum in elflint and elfcmp.Roland McGrath2010-01-073-36/+100
* Add DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_template_name.Roland McGrath2010-01-052-0/+13
* Make readelf -n check note name strings, handle "VMCOREINFO" flavor.Roland McGrath2010-01-042-6/+41
* readelf: No complaints for missing DWARF under just -a.Roland McGrath2010-01-042-6/+13
* readelf: Correct --help output for -a.Roland McGrath2010-01-042-8/+14
* readelf: No complaints for missing named sections implicit in -a.Roland McGrath2010-01-042-7/+17
* Make readelf -x/-a handle SHT_NOBITS gracefully as -p already does.Roland McGrath2009-11-162-25/+32
* Handle new .comment section flags.Mark Wielaard2009-09-212-2/+8
* ar.c (main): Fix typo in message format.Roland McGrath2009-09-082-1/+5
* Revert accidental commits.Roland McGrath2009-08-231-21/+15
* Don't print raw block contents for locations we decode and print.Roland McGrath2009-08-212-16/+30
* Use pathconf instead of statfs.Roland McGrath2009-08-142-13/+27
* Polish debugpred code a bit.Ulrich Drepper2009-08-012-2/+6