summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Move dwarflint to separate directoryPetr Machata2010-08-181-31/+1
* dwarflint: Split checks-low.hh/cc into check_debug_aranges.hh/cc and sections...Petr Machata2010-08-181-2/+3
* dwarflint: Extract .debug_pub checks into check_debug_pub.ccPetr Machata2010-08-181-0/+1
* dwarflint: Move .debug_abbrev checks to check_debug_abbrev.cc/hh/iiPetr Machata2010-08-181-1/+1
* dwarflint: Rename file to match class namePetr Machata2010-08-181-1/+1
* dwarflint: Move .debug_info checks to check_debug_info.hh/.iiPetr Machata2010-08-181-1/+1
* dwarflint: Move Elf* out of dwarflint classPetr Machata2010-08-181-1/+1
* dwarflint: Move .debug_loc and .debug_range checks to file of their ownPetr Machata2010-08-181-0/+1
* dwarflint: Move .debug_info code into check_debug_info.ccPetr Machata2010-08-181-0/+1
* dwarflint: Work on support of multiple versionsPetr Machata2010-08-181-1/+2
* dwarflint: More consolidation of message formatting codePetr Machata2010-08-181-0/+1
* dwarflint: Check for dup attribs between DIE and its DW_AT_abstract_originPetr Machata2010-08-181-1/+2
* dwarflint: Add DIE tree flattening iteratorPetr Machata2010-08-181-0/+1
* dwarflint: Avoid repeating once failed testsPetr Machata2010-08-181-1/+1
* dwarflint: Move some code aroundPetr Machata2010-08-181-1/+2
* dwarflint: Rename main.hh to dwarflint.hhPetr Machata2010-08-181-1/+1
* dwarflint: .debug_line logic in file of its ownPetr Machata2010-08-181-0/+2
* dwarflint: Extract .debug_abbrev checkPetr Machata2010-08-181-0/+1
* dwarflint: Move addr_record stuff to file of its ownPetr Machata2010-08-181-0/+1
* dwarflint: Move to separate directoryPetr Machata2010-08-181-14/+14
* dwarflint: Move more checks to the new dependency infrastructurePetr Machata2010-08-181-2/+3
* dwarflint: Move more checks to the new dependency infrastructurePetr Machata2010-08-181-2/+5
* dwarflint: Move more checks to the new dependency infrastructurePetr Machata2010-08-181-1/+2
* dwarflint: More restructuring of checksPetr Machata2010-08-181-1/+1
* dwarflint: Rename dwarflint.* to dwarflint-low.*Petr Machata2010-08-181-3/+4
* dwarflint: More moving code aroundPetr Machata2010-08-181-1/+3
* dwarflint: Dissect dwarflint.c to modulesPetr Machata2010-08-181-4/+7
* expr_opcodes.h will hold more general information about opcodesPetr Machata2010-08-181-1/+1
* Merge commit 'origin/master' into dwarfRoland McGrath2010-02-231-36/+11
|\
| * Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-151-34/+11
* | Split out dwarfcmp -T tests into dwarfcmp-test binary.Roland McGrath2009-08-271-1/+8
* | Merge commit 'elfutils-0.142' into dwarfRoland McGrath2009-08-011-1/+1
|\|
| * Explicitly link addr2line with libelf.Mark Wielaard2009-07-251-1/+1
* | dwarflint: Lowlevel doesn't depend on libdwPetr Machata2009-07-191-1/+2
* | C++ warning fiddles. Let dwarf-print/dwarf_edit test copy constructors.Roland McGrath2009-07-031-2/+1
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-04-241-1/+1
|\|
| * Add missing dependencies on compression libraries for static builds.Ulrich Drepper2009-04-231-1/+1
* | Merge branch 'dwarf' of ssh://[email protected]/git/elfutils into...Petr Machata2009-04-071-3/+5
|\ \
| * | Fix make dist nits.Roland McGrath2009-04-021-3/+5
* | | dwarflint: Replace bitmap-based coverage analysis with range-basedPetr Machata2009-04-061-1/+1
|/ /
* | Clean up build hacks for libdw C++ code, still kludged but less so.Roland McGrath2009-03-241-10/+7
* | Move expected_at_map to file of its own, drop acceptable_formPetr Machata2009-02-251-1/+1
* | Make dwarfstrings.h usable from C++ by hiding the implementation to C filePetr Machata2009-02-201-1/+3
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-02-071-1/+0
|\|
| * Fix error handling in a few programs.Ulrich Drepper2009-02-011-1/+0
* | Implement attribute values in dwarf_edit.Roland McGrath2009-02-011-1/+2
* | Split dwarflint into C and C++ partPetr Machata2009-01-311-0/+3
* | C++ reader interface for line infoRoland McGrath2009-01-281-2/+5
* | Start at attr value interfaces, unfinished.Roland McGrath2009-01-261-0/+2
* | Merge commit 'elfutils-0.139' into dwarfRoland McGrath2009-01-231-2/+3
|\|