summaryrefslogtreecommitdiffstats
path: root/libdw/c++/values.cc
Commit message (Expand)AuthorAgeFilesLines
* Update dwarf branch name, license and contributor policy.upstream/dwarfMark Wielaard2012-06-061-40/+19
* dwarf::attr_value::constant_block () handle DW_FORM_locexpr.Mark Wielaard2011-04-071-0/+1
* Adjust location_attribute::const_iterator to changes in range_list iteratorPetr Machata2011-02-251-5/+14
* Use __libdw_formptr in ranges iteratorPetr Machata2011-02-251-27/+33
* Remove directory_table/include_directories as distinct item from line_info_ta...Roland McGrath2010-11-301-22/+1
* Correct v4 form categorization on input.Roland McGrath2010-07-011-5/+12
* Be less confused by DW_FORM_ref_sig8.Roland McGrath2009-10-151-0/+1
* Grok exprloc, flag_present, sec_offset in dwarf::attr_value::what_space.Roland McGrath2009-09-301-7/+13
* Fix data[48] form classification in dwarf::attr_value::what_space.Roland McGrath2009-09-301-8/+9
* Fix range_list/location_attr iterators to actually start at the right offset.Roland McGrath2009-09-251-6/+28
* Fiddle C++ stream idiom.Roland McGrath2009-09-191-6/+2
* dwarf_output stats hack.Roland McGrath2009-09-161-0/+13
* Fix to_string for constant-block case.Roland McGrath2009-08-201-1/+4
* dwarf_output construction revamp for ref handling.Roland McGrath2009-08-191-1/+0
* Support to_string on debug_info_entry.Roland McGrath2009-07-101-0/+9
* All pieces of dwarf_output in the collector, but refs still not right.Roland McGrath2009-07-101-4/+2
* Fix handling of constant-or-loclistptr (DW_AT_data_member_location).Roland McGrath2009-07-081-9/+10
* Fix dwarf_output::attributes_type definition.Roland McGrath2009-07-041-5/+1
* More like dwarf_output compiling.Roland McGrath2009-07-041-1/+5
* Soup up printing so dwarf-print can be used to compare dwarf vs dwarf_edit/dw...Roland McGrath2009-07-031-21/+119
* Get rid of dwarf::VS::unit_reference.Roland McGrath2009-07-021-6/+1
* Major revamp of dwarf_edit/dwarf_output.Roland McGrath2009-07-021-0/+17
* Implement the reference tracker, revamp dwarfcmp using new dwarf_comparator c...Roland McGrath2009-06-191-30/+53
* Consolidate/clean-up xif->throw_libdw paths.Roland McGrath2009-03-291-12/+13
* Fix attrs that can be an expression block or a constant.Roland McGrath2009-03-291-4/+9
* Proper dwarf_constant attr value support with name fetchers.Roland McGrath2009-03-251-1/+28
* Track containing DIE tag in C++ reader attr_value interface.Roland McGrath2009-02-261-3/+2
* Various fixes; started location list reader interface.Roland McGrath2009-02-011-62/+102
* C++ reader interface for line infoRoland McGrath2009-01-281-104/+1
* Fix warning nit.Roland McGrath2009-01-271-9/+5
* Support operator-> where possible.Roland McGrath2009-01-271-1/+1
* Find end () iterator constructors so equality tests work again.Roland McGrath2009-01-271-3/+3
* Add dwarf::aranges for linear map of .debug_aranges sets.Roland McGrath2009-01-271-3/+30
* dwarf_ranges C++ wrapperRoland McGrath2009-01-261-3/+16
* Use non-copying const_vector type for blocks.Roland McGrath2009-01-261-3/+9
* Small tweaks to attr valuesRoland McGrath2009-01-261-7/+8
* Start at attr value interfaces, unfinished.Roland McGrath2009-01-261-0/+535