summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dwarflint: Plug remaining leaksPetr Machata2010-08-182-1/+9
* | dwarflint: Const correctness, references in a couple placesPetr Machata2010-08-188-41/+40
* | dwarflint: Plug leakPetr Machata2010-08-181-0/+1
* | dwarflint: Plug leak (alloca instead of malloc)Petr Machata2010-08-181-1/+1
* | dwarflint: Plug leak in .debug_abbrev abbreviation storePetr Machata2010-08-182-16/+16
* | dwarflint: Move .debug_abbrev checks to check_debug_abbrev.cc/hh/iiPetr Machata2010-08-187-16/+52
* | dwarflint: Rename file to match class namePetr Machata2010-08-187-9/+6
* | dwarflint: Plug a leakPetr Machata2010-08-181-0/+1
* | dwarflint: Whitespace, coding stylePetr Machata2010-08-181-9/+9
* | dwarflint: Drop some crudPetr Machata2010-08-181-11/+2
* | dwarflint: Plug a leakPetr Machata2010-08-181-1/+11
* | dwarflint: Drop transitional codePetr Machata2010-08-183-41/+42
* | dwarflint: .debug_info check was always failingPetr Machata2010-08-181-25/+2