summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* Add dwarf_endianity_string and dwarf_decimal_sign_string.mjw/dwarfstringsMark Wielaard2012-08-166-1/+127
* libdw: Add dwarfstrings functions.Mark Wielaard2012-08-1620-2/+964
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-163-4/+10
* libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.Mark Wielaard2012-08-0913-12/+210
* Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.Mark Wielaard2012-07-262-0/+5
* Correct spelling of DW_LANG_ObjC in dwarf.h.Mark Wielaard2012-07-263-2/+8
* libdw: Add DWARF4 DW_ATE_UTF.Mark Wielaard2012-07-262-0/+5
* dwarf.h: Add DW_MACRO_GNU .debug_macro type encodings.Mark Wielaard2012-06-272-0/+19
* Add low-level support for .debug_macro.Mark Wielaard2012-06-275-1/+19
* Update name, license and contributor policy.Mark Wielaard2012-06-05118-4694/+2242
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc.Mark Wielaard2012-04-282-5/+29
* Fix bug using dwarf_next_unit to iterate over .debug_typesTom Tromey2012-03-212-35/+39
* Handle DW_FORM_sec_offset in dwarf_formudata.Mark Wielaard2012-01-312-6/+82
* Run gawk on config/known-dwarf.awk.Mark Wielaard2011-10-312-1/+5
* * libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.Mark Wielaard2011-07-142-1/+5
* Add DW_OP_GNU_const_type/regval_type/deref_type/convert/reinterpret.Jakub Jelinek2011-05-172-1/+12
* libdw: Sanity check end of section against cu_data () of die->cu.Mark Wielaard2011-04-262-2/+7
* Merge branch 'pmachata/rerequest-tag'Petr Machata2011-03-241-0/+5
|\
| * Handle repeated requests for invalid abbreviationPetr Machata2011-03-161-0/+5
* | Add support for call_site and entry_value to dwarf.h and readelf.Mark Wielaard2011-03-232-0/+25
|/
* Reject requests for abbreviation with code 0Petr Machata2011-03-102-1/+10
* Check for truncated section in dwarf_child.Petr Machata2011-03-092-6/+19
* Support reading .zdebug_* DWARF sections compressed via zlib.Roland McGrath2011-02-234-3/+128
* 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
* 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
* 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
* Fix some corners of DW_EH_PE_* handling.Roland McGrath2010-06-162-9/+26
* Check for CIE initial instructions that bogusly change the PC.Roland McGrath2010-06-163-2/+8
* Fix error diagnosis for dwarf_formref on DW_FORM_ref_sig8.Roland McGrath2010-06-153-2/+25
* Handle DWARF4 .debug_frame format.Roland McGrath2010-06-152-6/+31
* Handle DWARF4 .debug_line format.Roland McGrath2010-06-152-38/+87
* Clean up IDX_debug_* list.Roland McGrath2010-06-143-9/+6
* Remove unused CIE_VERSION macro.Roland McGrath2010-06-012-4/+2