summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove meaningless DWARF_VERSION macro.Roland McGrath2010-06-013-5/+5
* Fix DW_FORM_sec_offset handling.Roland McGrath2010-06-012-16/+18
* More DWARF 4 handling, some in readelf.Roland McGrath2010-06-012-1/+4
* Handle DWARF version 4 CUs.Roland McGrath2010-06-012-3/+7
* Move dwarf_cfi_cie_p definition from cfi.h to libdw.h.Mark Wielaard2010-06-013-2/+7
* dwarf.h: Fix DW_LANG_Python constant.Mark Wielaard2010-05-312-1/+5
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2010-05-281-3/+3
|\
| * Fix dwarf_getlocation crash on NULL argument.Eduardo Santiago2010-05-282-3/+7
* | dwarf_getlocation crash on NULL attribute.Ulrich Drepper2010-05-282-4/+9
|/
* Add more DWARF4 constants.Roland McGrath2010-05-272-0/+13
* Fix DW_OP_call_ref operand handling.Roland McGrath2010-05-085-8/+27
* libdw: Record ill-specified CFA rule and diagnose in dwarf_frame_cfa, not imm...Roland McGrath2010-04-264-5/+24
* Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa...Roland McGrath2010-04-262-30/+12
* Translate DW_CFA_expression/DW_CFA_val_expression properly to imply pushing C...Roland McGrath2010-04-265-8/+32
* Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_express...Roland McGrath2010-04-222-12/+30
* Fix double-free in libdw CFI handling error paths.Roland McGrath2010-04-222-19/+25
* Export dwfl_core_file_report.Roland McGrath2010-03-112-0/+9
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-20/+8
* libdw/fde.c (intern_fde): Fix length check for sized_augmentation_data.Mark Wielaard2010-02-022-1/+5
* Use elf_getphdrnum in libdw and libdwfl.Roland McGrath2010-01-072-3/+9
* Missing file from commit ebc5c88Roland McGrath2010-01-061-0/+243
* Add dwarf_aggregate_size helper function to libdw.Roland McGrath2010-01-056-6/+29
* Add some more DW_AT_GNU_* types from gcc.Roland McGrath2010-01-052-0/+10
* Add DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_template_name.Roland McGrath2010-01-052-1/+11