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