summaryrefslogtreecommitdiff
path: root/libdw/c++
Commit message (Expand)AuthorAgeFilesLines
* remove debug cruftRoland McGrath2009-07-011-34/+10
* remove debug outputRoland McGrath2009-07-011-14/+2
* fixed?Roland McGrath2009-07-012-108/+40
* more fiddlingRoland McGrath2009-07-012-157/+155
* revamp forward reference handlingRoland McGrath2009-07-012-86/+321
* nu?Roland McGrath2009-06-292-24/+31
* unfinished w/debug hacksRoland McGrath2009-06-282-29/+112
* Use a separate tracker for subtree comparisons inside reference_match.Roland McGrath2009-06-282-25/+122
* Iterator nit.Roland McGrath2009-06-281-0/+4
* No longer overload children and attributes as type names.Roland McGrath2009-06-254-72/+87
* Two nits.Petr Machata2009-06-252-2/+2
* Implement the reference tracker, revamp dwarfcmp using new dwarf_comparator c...Roland McGrath2009-06-199-99/+1192
* Strange C++ nit for gcc 4.4Roland McGrath2009-06-161-1/+4
* Some compile nits for GCC 4.4Roland McGrath2009-06-152-5/+5
* XXX comment markers for reloc-sensitive interfacesRoland McGrath2009-04-201-12/+14
* Consolidate/clean-up xif->throw_libdw paths.Roland McGrath2009-03-294-35/+129
* Fix attrs that can be an expression block or a constant.Roland McGrath2009-03-292-7/+12
* Proper dwarf_constant attr value support with name fetchers.Roland McGrath2009-03-255-9/+271
* Fix initializer for dwarf::raw_attributes::end case.Roland McGrath2009-03-251-1/+1
* <dwarf>: Don't swallow last attributePetr Machata2009-03-251-2/+2
* template tweaks for known-dwarf.h lookup, new dwarf-print test programRoland McGrath2009-03-243-20/+29
* Move some generic stuff to subr.hhRoland McGrath2009-03-242-42/+42
* Clean up build hacks for libdw C++ code, still kludged but less so.Roland McGrath2009-03-241-0/+2
* Track containing DIE tag in C++ reader attr_value interface.Roland McGrath2009-02-262-7/+8
* CommentsRoland McGrath2009-02-041-1/+1
* Fix dwarf::ranges::const_iterator::operator* end-case check.Roland McGrath2009-02-041-1/+1
* Revert "Handle it specially when dwarf_ranges returns 1"Roland McGrath2009-02-041-12/+2
* Merge branch 'dwarf' of ssh://pmachata@git.fedorahosted.org/git/elfutils into...Petr Machata2009-02-025-106/+1177
|\
| * Implement attribute values in dwarf_edit.Roland McGrath2009-02-013-12/+888
| * Various fixes; started location list reader interface.Roland McGrath2009-02-013-96/+291
* | Handle it specially when dwarf_ranges returns 1Petr Machata2009-02-021-2/+12
|/
* Fix container equality tests to handle size mismatch.Roland McGrath2009-01-293-8/+64
* Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfRoland McGrath2009-01-291-2/+2
|\
| * Fix i386 compilationPetr Machata2009-01-291-2/+2
* | Safety checks in iterators.Roland McGrath2009-01-291-2/+18
|/
* C++ reader interface for line infoRoland McGrath2009-01-284-107/+809
* Fix warning nit.Roland McGrath2009-01-271-9/+5
* Support operator-> where possible.Roland McGrath2009-01-272-14/+28
* Find end () iterator constructors so equality tests work again.Roland McGrath2009-01-272-26/+17
* Fix some iterator equality predicates.Roland McGrath2009-01-271-10/+10
* Comments; start dwarf_output class defn.Roland McGrath2009-01-273-8/+251
* Coalesce adjacent ranges for comparison.Roland McGrath2009-01-271-5/+33
* Add dwarf::aranges for linear map of .debug_aranges sets.Roland McGrath2009-01-272-4/+66
* Move class dwarf_output to new file, rename it dwarf_edit.Roland McGrath2009-01-262-218/+274
* dwarf_ranges C++ wrapperRoland McGrath2009-01-262-8/+173
* Fix dwarf::range_list iterator initialization.Roland McGrath2009-01-261-6/+6
* Use non-copying const_vector type for blocks.Roland McGrath2009-01-262-7/+74
* Small tweaks to attr valuesRoland McGrath2009-01-262-11/+13
* Start at attr value interfaces, unfinished.Roland McGrath2009-01-264-32/+1097
* public/private fixupsRoland McGrath2009-01-101-4/+8