summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for low-level dwarflint checks for call_site and entry_value.upstream/mjw/call_siteMark Wielaard2011-03-231-1/+4
* Copy master readelf.c dwarf_tag/attr_string changes to dwarfstrings.c.Mark Wielaard2011-03-231-0/+40
* Merge branch 'master' into dwarfMark Wielaard2011-03-233-37/+126
|\
| * Add support for call_site and entry_value to dwarf.h and readelf.Mark Wielaard2011-03-232-0/+83
| * Add new ebl_check_st_other_bits function.upstream/mpolacek/autotestMark Wielaard2011-03-112-1/+5
| * Fix readelf --debug-dump=loc crash on multiple input files.Jan Kratochvil2011-02-272-0/+5
| * Merge over readelf dwarf string additions from dwarf branch dwarfstrings.Mark Wielaard2011-02-252-3/+39
| * Support reading .zdebug_* DWARF sections compressed via zlib.Roland McGrath2011-02-232-35/+63
| * Handle DW_AT_GNU_odr_signature in readelf.Roland McGrath2011-02-232-1/+9
* | Merge over dwarf string fixes from readelf master to dwarfstrings.Mark Wielaard2011-02-251-0/+28
* | Handle DW_AT_linkage_name in dwarf_attr_string and dwarf-knowledgePetr Machata2011-02-231-0/+1
* | Add license boilerplate to src/dwarfstrings.*Petr Machata2011-02-232-0/+50
* | Add DW_AT_GNU_* to dwarf_attr_stringPetr Machata2011-02-231-0/+40
* | Merge commit 'elfutils-0.152' into dwarfRoland McGrath2011-02-156-49/+177
|\|
| * elfcmp: Add --l/--verbose flag.Roland McGrath2011-02-112-36/+50
| * elfcmp: Add --ignore-build-id flag.Roland McGrath2011-02-112-1/+122
| * ldscript: Remove unused variable.Roland McGrath2011-02-082-4/+3
| * unstrip: Remove unused variable.Roland McGrath2011-02-082-3/+3
| * elflint: Remove unused variables.Roland McGrath2011-02-082-13/+2
| * elflint: Warn about missing xndx section only once.Roland McGrath2011-02-081-0/+2
| * ld: Remove an unused variable.Roland McGrath2011-02-083-6/+9
* | Merge commit 'elfutils-0.151' into dwarfRoland McGrath2011-01-122-27/+100
|\|
| * strip: Remove all excess for --strip-sections.Roland McGrath2011-01-062-27/+36
| * strip: Add --strip-sections option.Roland McGrath2011-01-052-0/+64
* | Rename class [raw_]compile_units to [raw_]compile_units_type.Mark Wielaard2010-11-251-2/+2
* | Merge commit 'elfutils-0.150' into dwarfRoland McGrath2010-11-232-24/+43
|\|
| * findtextrel: Optimize last change.Roland McGrath2010-11-111-26/+28
| * findtextrel: Don't assume order of sections.Roland McGrath2010-11-102-6/+23
* | In dwarf-opcodes.h, add DW_OP_GNU_implicit_pointer and fix DW_OP_call_refPetr Machata2010-09-201-2/+4
* | Merge commit 'elfutils-0.149' into dwarfRoland McGrath2010-09-144-134/+480
|\|
| * 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
* | Move dwarflint to separate directoryPetr Machata2010-08-1852-11028/+1
* | Call read_address_size with file->addr_64 as first argument.Mark Wielaard2010-08-182-2/+3
* | dwarflint: Extract check_range_out_of_scope::recursively_validatePetr Machata2010-08-181-175/+204
* | dwarflint: Only check for unused files if we managed to load CUsPetr Machata2010-08-181-6/+9
* | dwarflint: Don't accept empty section as presentPetr Machata2010-08-181-2/+3
* | dwarflint: Split checks-low.hh/cc into check_debug_aranges.hh/cc and sections...Petr Machata2010-08-1819-65/+190
* | dwarflint: Recursive check guardPetr Machata2010-08-181-4/+17
* | dwarflint: Fix checking of DW_AT_stmt_list and DW_AT_decl_filePetr Machata2010-08-184-91/+140
* | dwarflint: Extract .debug_pub checks into check_debug_pub.ccPetr Machata2010-08-188-190/+219
* | dwarflint: Hide a couple classes in an anonymous namespacePetr Machata2010-08-181-30/+31
* | dwarflint: ReindentPetr Machata2010-08-181-97/+97