summaryrefslogtreecommitdiff
path: root/libdw/c++/dwarf
Commit message (Expand)AuthorAgeFilesLines
* closest yetroland/dwarf_output-trackerRoland McGrath2009-08-191-8/+18
* Merge branch 'dwarf' into roland/dwarf_output-trackerRoland McGrath2009-08-161-1/+2
|\
| * Add dwarf::debug_info_entry::identity_type typedef, make it uintptr_t instead...Roland McGrath2009-08-161-1/+2
* | crapRoland McGrath2009-08-011-1/+16
|/
* Support to_string on debug_info_entry.Roland McGrath2009-07-101-0/+9
* Move dwarf_edit::compile_unit into dwarf_data.Roland McGrath2009-07-041-2/+2
* Soup up printing so dwarf-print can be used to compare dwarf vs dwarf_edit/dw...Roland McGrath2009-07-031-166/+198
* C++ warning fiddles. Let dwarf-print/dwarf_edit test copy constructors.Roland McGrath2009-07-031-1/+1
* Fix dwarf::range_list canonicalizing comparisons.Roland McGrath2009-07-031-19/+90
* Working dwarf_edit copy-construction with ref-maker.Roland McGrath2009-07-031-1/+10
* Get rid of dwarf::VS::unit_reference.Roland McGrath2009-07-021-7/+0
* Major revamp of dwarf_edit/dwarf_output.Roland McGrath2009-07-021-10/+8
* Iterator nit.Roland McGrath2009-06-281-0/+4
* No longer overload children and attributes as type names.Roland McGrath2009-06-251-44/+55
* Implement the reference tracker, revamp dwarfcmp using new dwarf_comparator c...Roland McGrath2009-06-191-39/+149
* Some compile nits for GCC 4.4Roland McGrath2009-06-151-1/+1
* XXX comment markers for reloc-sensitive interfacesRoland McGrath2009-04-201-12/+14
* Consolidate/clean-up xif->throw_libdw paths.Roland McGrath2009-03-291-11/+28
* Proper dwarf_constant attr value support with name fetchers.Roland McGrath2009-03-251-3/+56
* 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-241-13/+7
* Move some generic stuff to subr.hhRoland McGrath2009-03-241-42/+7
* Track containing DIE tag in C++ reader attr_value interface.Roland McGrath2009-02-261-4/+6
* 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-021-32/+184
|\
| * Implement attribute values in dwarf_edit.Roland McGrath2009-02-011-2/+5
| * Various fixes; started location list reader interface.Roland McGrath2009-02-011-32/+181
* | Handle it specially when dwarf_ranges returns 1Petr Machata2009-02-021-2/+12
|/
* Fix container equality tests to handle size mismatch.Roland McGrath2009-01-291-8/+21
* Safety checks in iterators.Roland McGrath2009-01-291-2/+18
* C++ reader interface for line infoRoland McGrath2009-01-281-3/+345
* Support operator-> where possible.Roland McGrath2009-01-271-13/+27
* Find end () iterator constructors so equality tests work again.Roland McGrath2009-01-271-23/+14
* Fix some iterator equality predicates.Roland McGrath2009-01-271-10/+10
* Comments; start dwarf_output class defn.Roland McGrath2009-01-271-6/+4
* Coalesce adjacent ranges for comparison.Roland McGrath2009-01-271-5/+33
* Add dwarf::aranges for linear map of .debug_aranges sets.Roland McGrath2009-01-271-1/+36
* Move class dwarf_output to new file, rename it dwarf_edit.Roland McGrath2009-01-261-218/+18
* dwarf_ranges C++ wrapperRoland McGrath2009-01-261-5/+157
* Fix dwarf::range_list iterator initialization.Roland McGrath2009-01-261-6/+6
* Use non-copying const_vector type for blocks.Roland McGrath2009-01-261-4/+65
* Small tweaks to attr valuesRoland McGrath2009-01-261-4/+5
* Start at attr value interfaces, unfinished.Roland McGrath2009-01-261-32/+373
* public/private fixupsRoland McGrath2009-01-101-4/+8
* Comments and fixes in c++/dwarf header, dwarfcmp -T to exercise output tree b...Roland McGrath2009-01-101-172/+345
* Fix compilation on Fedora 9.Petr Machata2009-01-101-1/+3
* Clean up directory layout, add missing log entries.Roland McGrath2009-01-101-0/+1107