summaryrefslogtreecommitdiffstats
path: root/libdw/c++
Commit message (Expand)AuthorAgeFilesLines
* Update dwarf branch name, license and contributor policy.upstream/dwarfMark Wielaard2012-06-0616-521/+329
* Add elfutils::dwarf::attribute_type::find_integrate ().Mark Wielaard2011-04-121-0/+25
* dwarf::attr_value::constant_block () handle DW_FORM_locexpr.Mark Wielaard2011-04-071-0/+1
* Update dwarf-knowledge.cc and expected-at.cc with DWARF4 tags and attributes.Mark Wielaard2011-04-041-1/+11
* Add minimal support for DW_TAG_GNU_template.Mark Wielaard2011-04-031-0/+1
* dwarf-knowledge.cc expected_value_space for DW_AT_GNU_vector is VS(flag).Mark Wielaard2011-04-021-0/+1
* Add DW_AT_GNU_call attributes to dwarf-knowledge.cc.Mark Wielaard2011-03-301-0/+8
* Workaround all self referential ref values, not just DW_AT_containing_type.Mark Wielaard2011-03-171-4/+5
* Workaround weird (buggy) self referential DW_AT_containing_type case.Mark Wielaard2011-03-161-1/+9
* Add reference chain cycle detection.Mark Wielaard2011-03-161-7/+28
* Calculate reference hash before finalizing, store in die_info.Mark Wielaard2011-03-161-3/+63
* Add get_die_info to references, use for hash calculation.Mark Wielaard2011-03-161-16/+15
* Never recalculate local hash, always reuse die_info stored one.Mark Wielaard2011-03-161-1/+1
* Fetch local hash from pending or finalized entry die. Use it in attr_value.Mark Wielaard2011-03-161-4/+12
* Don't finalize entries on first go, just create and store die_info for them.Mark Wielaard2011-03-161-17/+24
* Calculate local_hash only on finalizing entry, store in die_info.Mark Wielaard2011-03-161-87/+66
* Add local hash for children_types.Mark Wielaard2011-03-161-3/+22
* Add local_hash to attributes_type and use it for die hash.Mark Wielaard2011-03-161-6/+35
* Turn copier::entry into a value_reference so what_space works on it.Mark Wielaard2011-03-161-1/+1
* Introduce local_hash for dwarf_output debug_info_die.Mark Wielaard2011-03-161-13/+46
* Add the *info () hack in dwarf_output, so we can rely on it for now.Mark Wielaard2011-03-161-0/+6
* DW_AT_*_file is allowed to be zero, meaning "no file".Mark Wielaard2011-03-162-3/+20
* Remove unused output-shape from dwarf_output collector.Mark Wielaard2011-03-162-192/+0
* Adjust location_attribute::const_iterator to changes in range_list iteratorPetr Machata2011-02-252-14/+19
* Use __libdw_formptr in ranges iteratorPetr Machata2011-02-252-37/+45
* Fix dwarf_path_finder::jump for the general case.Roland McGrath2011-02-241-7/+35
* Handle DW_AT_linkage_name in dwarf_attr_string and dwarf-knowledgePetr Machata2011-02-231-0/+1
* Add DW_AT_GNU_odr_signature expected value space.Roland McGrath2011-02-231-1/+3
* Revamp dwarf_path_finder, should be more efficient.Roland McGrath2011-02-181-164/+158
* Turn on the sharing_stackPetr Machata2010-12-072-2/+2
* Plug a leak in sharing_stackPetr Machata2010-12-061-13/+9
* Nitpick, don't use = initializers for class objects in dwarf_edit.Mark Wielaard2010-12-011-2/+2
* Fix copyright years syntax.Roland McGrath2010-11-302-2/+2
* Remove directory_table/include_directories as distinct item from line_info_ta...Roland McGrath2010-11-307-205/+24
* Define struct die_info inside class dwarf_output.Mark Wielaard2010-11-251-164/+165
* Use local, not temporary, when using swap ().Mark Wielaard2010-11-252-4/+7
* Don't call c++ constructors directly by name.Mark Wielaard2010-11-253-9/+9
* Rename class [raw_]compile_units to [raw_]compile_units_type.Mark Wielaard2010-11-257-52/+52
* Allow turning on/off dwarf_output debug spew in one place.Mark Wielaard2010-10-151-2/+4
* Use std:tr1::hash<std::string> where possible.Mark Wielaard2010-10-112-8/+2
* Cleaner way of handling first push_back in directory_table.Mark Wielaard2010-08-201-1/+1
* Treat first entry special in dwarf_data::directory_table, can be NULL/empty.Mark Wielaard2010-08-191-1/+8
* Ignore CU compilation directory in directory table comparison.Roland McGrath2010-08-182-3/+24
* dwarf_edit vs _GLIBCXX_DEBUGRoland McGrath2010-07-211-1/+10
* Fix dwarfcmp -l case to save/restore visiting state around subtree recursions.Roland McGrath2010-07-131-5/+14
* Correct v4 form categorization on input.Roland McGrath2010-07-011-5/+12
* Punt sharing_stack, seems to be leaking.Roland McGrath2010-01-142-2/+2
* Include tag in attr_set hash, cuts down collisions.Roland McGrath2009-11-011-12/+15
* Some more stats, some debugging. Disable problematic match caching.Roland McGrath2009-11-013-116/+382
* Major revamp of dwarf_output::copier.Roland McGrath2009-10-151-852/+824