summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* unfinishedupstream/roland/dwarf_output-shapeRoland McGrath2009-07-072-41/+118
|
* Compile fix for 32-bit.Roland McGrath2009-07-071-4/+0
|
* dwarf_output::attributes_type (full attr set) in collector set.Roland McGrath2009-07-074-42/+202
|
* Make dwarfcmp -T test only dwarf_output, -TT for dwarf_edit, -TTT for both.Roland McGrath2009-07-062-20/+29
|
* Pass attribute name down to value constructors.Roland McGrath2009-07-062-53/+39
|
* All leaf value types nominally there.Roland McGrath2009-07-063-20/+60
|
* Getting there on dwarf_output value sets.Roland McGrath2009-07-064-94/+339
|
* Small fiddles in dwarf_data.Roland McGrath2009-07-061-2/+24
|
* Split out dwarf_path_finder from dwarf_ref_tracker::tracker.Roland McGrath2009-07-062-228/+241
|
* dwarf_output working again like dwarf_editRoland McGrath2009-07-062-12/+43
|
* Must keep identifier and string distinct.Roland McGrath2009-07-061-2/+6
|
* Fix dwarf_output::attributes_type definition.Roland McGrath2009-07-043-16/+3
|
* More like dwarf_output compiling.Roland McGrath2009-07-044-100/+102
|
* Move dwarf_edit::compile_units into dwarf_data.Roland McGrath2009-07-042-37/+44
|
* Move dwarf_edit::compile_unit into dwarf_data.Roland McGrath2009-07-043-24/+61
|
* subrify some constructor magic.Roland McGrath2009-07-044-27/+47
|
* Make dwarf_output start to compile again.Roland McGrath2009-07-042-11/+12
|
* Avoid default copy-constructor for dwarf_edit from dwarf_edit.Roland McGrath2009-07-041-1/+12
|
* Soup up printing so dwarf-print can be used to compare dwarf vs ↵Roland McGrath2009-07-039-220/+420
| | | | dwarf_edit/dwarf_output.
* Fix constructor fiddle in last change.Roland McGrath2009-07-031-7/+15
|
* C++ warning fiddles. Let dwarf-print/dwarf_edit test copy constructors.Roland McGrath2009-07-0314-41/+98
|
* Merge commit 'origin/dwarf' into dwarfPetr Machata2009-07-0330-1658/+3984
|\
| * Fix dwarf::range_list canonicalizing comparisons.Roland McGrath2009-07-033-29/+94
| |
| * dwarfcmp: Exit 77 for no DWARF under -T.Roland McGrath2009-07-032-1/+6
| |
| * Working dwarf_edit copy-construction with ref-maker.Roland McGrath2009-07-0311-100/+485
| |
| * Cosmetic.Roland McGrath2009-07-022-10/+10
| |
| * Test dwarf_edit refsRoland McGrath2009-07-023-7/+62
| |
| * Fiddle dwarf_edit interfaces, let refs work a little.Roland McGrath2009-07-023-21/+64
| |
| * Get rid of dwarf::VS::unit_reference.Roland McGrath2009-07-029-43/+11
| |
| * Major revamp of dwarf_edit/dwarf_output.Roland McGrath2009-07-0221-1128/+2671
| |
| * Fiddle dwarfcmp test failure output.Roland McGrath2009-07-012-5/+11
| |
| * Major revamp of ref tracker for efficiency and to handle circular reference ↵Roland McGrath2009-07-015-171/+400
| | | | | | | | chains.
| * Merge commit 'origin/master' into dwarfRoland McGrath2009-07-014-312/+334
| |\ | | | | | | | | | | | | Conflicts: src/ChangeLog
| | * Sending translation for Germanmicm2009-06-291-311/+316
| | |
| | * readelf: Add -N option, speeds up DWARF printing without address->name lookups.Roland McGrath2009-06-283-1/+18
| | |
| * | run-dwarfcmp-self.sh: Run on dwarflint too.Roland McGrath2009-07-012-0/+5
| | |
* | | dwarflint: `end' addresses of ranges are exclusive, consolidate range formattingPetr Machata2009-07-033-45/+64
| | | | | | | | | | | | * inclusive `end' was counter-intuitive
* | | dwarflint: Check alignment of section base addressPetr Machata2009-07-031-0/+11
| | |
* | | dwarflint: Skip invalid sections in coverage_map_initPetr Machata2009-07-031-0/+2
|/ /
* | Use a separate tracker for subtree comparisons inside reference_match.Roland McGrath2009-06-283-26/+134
| |
* | Iterator nit.Roland McGrath2009-06-281-0/+4
| |
* | No longer overload children and attributes as type names.Roland McGrath2009-06-257-85/+100
| |
* | Two nits.Petr Machata2009-06-252-2/+2
| |
* | Merge branch 'dwarf' of ssh://[email protected]/git/elfutils ↵Petr Machata2009-06-2225-1387/+2493
|\ \ | | | | | | | | | into dwarf
| * | Implement the reference tracker, revamp dwarfcmp using new dwarf_comparator ↵Roland McGrath2009-06-1916-246/+1389
| | | | | | | | | | | | class.
| * | No-op control flow fiddle silences gcc-4.4 -O3 warning.Roland McGrath2009-06-192-3/+8
| | |
| * | Merge commit 'origin/master' into dwarfRoland McGrath2009-06-199-1138/+1096
| |\| | | | | | | | | | | | | Conflicts: libdw/ChangeLog
| | * Sending translation for Germanmicm2009-06-191-1117/+1065
| | |
| | * __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf.Mark Wielaard2009-06-182-2/+5
| | |
| | * Do some constification to avoid dubious casts.Roland McGrath2009-06-186-19/+26
| | |