summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dwarf' into pmachata/range_list_iterator_formptrpmachata/range_list_iterator_formptrPetr Machata2011-02-254-15/+61
|\
| * Temporarily export __libdw_formptr for use by C++ code.Roland McGrath2011-02-242-0/+9
| * Make libdwP.h internal declarations C++-compatible.Roland McGrath2011-02-242-8/+17
| * 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-232-1/+8
* | 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
* | Handle DW_AT_linkage_name in dwarf_attr_string and dwarf-knowledgePetr Machata2011-02-251-0/+1
* | Add DW_AT_GNU_odr_signature expected value space.Roland McGrath2011-02-252-1/+8
|/
* Revamp dwarf_path_finder, should be more efficient.Roland McGrath2011-02-181-164/+158
* Turn on the sharing_stackPetr Machata2010-12-073-2/+10
* 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-308-205/+41
* 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
* Merge commit 'elfutils-0.150' into dwarfRoland McGrath2010-11-233-17/+45
|\
| * DWARF people changed their mind about the value.Roland McGrath2010-10-141-1/+1
| * dwarf.h: Add DW_LANG_Go.Roland McGrath2010-10-132-0/+5
| * dwarf_getaranges: Avoid alloca to cope with huge .debug_aranges sections.Roland McGrath2010-10-052-17/+40
* | 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-113-8/+9
* | Merge commit 'elfutils-0.149' into dwarfRoland McGrath2010-09-1410-6/+148
|\ \ | |/
| * Handle DW_OP_GNU_implicit_pointer.Roland McGrath2010-08-309-5/+134
| * Add dwfl_dwarf_line, addr2line -F to print out more line info bits.Roland McGrath2010-08-242-0/+9
| * Fix dwarf_formref_die DW_FORM_ref_sig8 hash table insertion.Roland McGrath2010-07-272-1/+5
* | Cleaner way of handling first push_back in directory_table.Mark Wielaard2010-08-202-1/+6
* | Treat first entry special in dwarf_data::directory_table, can be NULL/empty.Mark Wielaard2010-08-192-1/+13
* | Ignore CU compilation directory in directory table comparison.Roland McGrath2010-08-183-3/+30
* | dwarf_edit vs _GLIBCXX_DEBUGRoland McGrath2010-07-212-1/+15
* | Fix dwarfcmp -l case to save/restore visiting state around subtree recursions.Roland McGrath2010-07-132-5/+20
* | Correct v4 form categorization on input.Roland McGrath2010-07-012-5/+16
* | Merge commit 'elfutils-0.148' into dwarfRoland McGrath2010-07-0139-294/+1159
|\ \ | |/
| * Back out dwarf_cfi_validate_fde.Roland McGrath2010-06-234-55/+6
| * Fix check_constant_offset braino.Roland McGrath2010-06-222-7/+4
| * Fix signed comparison warning in extended opcode parsing.Roland McGrath2010-06-222-3/+8
| * Add some missing DWARF constants and readelf support for them.Roland McGrath2010-06-222-0/+9
| * Fix readelf for large SLEB128 values.Roland McGrath2010-06-212-7/+16
| * Finish .debug_types support in libdw and readelf.Roland McGrath2010-06-208-23/+65
| * Fix up some holes in .debug_types support.Roland McGrath2010-06-207-19/+19
| * Merge branch 'roland/debug_types'Roland McGrath2010-06-2020-102/+429
| |\
| | * Handle reading .debug_types section.Roland McGrath2010-06-1620-102/+408
| * | Record new line table fields, export APIs to fetch them.Roland McGrath2010-06-189-38/+289
| * | dwarf_next_cfi.c: Fix version 4 return_address_register decoding.Roland McGrath2010-06-162-1/+3
| |/
| * Add new dwarf_cfi_validate_fde call.Roland McGrath2010-06-166-8/+85
| * Canonicalize CIE fde_encoding at interning.Roland McGrath2010-06-162-1/+28