tests: Add ppc32 and ppc64 addrcfi testcases.
[platform/upstream/elfutils.git] / libdw /
2013-07-10 Mark Wielaardlibdw. Don't blow up stack in dwarf_getsrclines with...
2013-07-08 Mark Wielaardgetcfi_scn_eh_frame: Don't crash and burn when .eh_fram...
2013-07-08 Mark Wielaard libdw_visit_scopes: Don't recurse into imported...
2013-05-05 Mark Wielaardlibdw: dwarf_getsrclines don't set end_sequence when...
2013-05-05 Jan KratochvilAdd parameter add_p_vaddr to dwfl_report_elf.
2013-04-26 Mark WielaardUpdates for Automake 1.13.
2013-04-10 Mark Wielaardlibdw: DW_FORM_GNU_ref_alt is always offset_size.
2013-03-26 Mark Wielaardlibdw: dwarf_getsrclines mark highest address as end_se...
2013-03-12 Mark Wielaardlibdw and libdwfl srcfiles and srclines fixes for parti...
2013-02-15 Mark Wielaardlibdw: Handle FORM_GNU_strp_alt for files with string...
2013-01-07 Roland McGrathdwfl_link_map_report: Handle unaligned auxv data.
2012-12-18 Mark WielaardFix sig8_hash memory leak in libdw/dwarf_begin_elf...
2012-10-10 Roland McGrathMerge branch 'jankratochvil/vdso-bias'
2012-10-10 Petr MachataHandle GNU extension opcodes in dwarf_getlocation
2012-10-08 Jan Kratochvillib/
2012-10-08 Jan Kratochvillibdw/
2012-10-08 Jan Kratochvildwarf_getlocation.c (__libdw_intern_expression) <cfap...
2012-10-08 Jan KratochvilCode cleanup.
2012-08-24 Mark WielaardDon't include dwz support by default.
2012-08-17 Mark WielaardRewrite DWARF string functions using known-dwarf macros.
2012-08-09 Mark Wielaardlibdw: Add support for DWZ multifile forms DW_FORM_GNU_...
2012-07-26 Mark WielaardAdd DW_OP_GNU_parameter_ref to dwarf.h and handle it...
2012-07-26 Mark WielaardCorrect spelling of DW_LANG_ObjC in dwarf.h.
2012-07-26 Mark Wielaardlibdw: Add DWARF4 DW_ATE_UTF.
2012-06-27 Mark Wielaarddwarf.h: Add DW_MACRO_GNU .debug_macro type encodings.
2012-06-27 Mark WielaardAdd low-level support for .debug_macro.
2012-06-05 Mark WielaardUpdate name, license and contributor policy.
2012-06-05 Mark WielaardRemove .mtn-ignore and .cvsignore files.
2012-04-28 Mark Wielaarddwarf_highpc: Handle DW_AT_high_pc being a constant...
2012-03-21 Tom TromeyFix bug using dwarf_next_unit to iterate over .debug_types
2012-01-31 Mark WielaardHandle DW_FORM_sec_offset in dwarf_formudata.
2011-10-31 Mark WielaardRun gawk on config/known-dwarf.awk.
2011-07-14 Mark Wielaard * libdw.h (dwarf_offdie): Fix documentation...
2011-05-17 Jakub JelinekAdd DW_OP_GNU_const_type/regval_type/deref_type/convert...
2011-05-03 Mark WielaardMerge branch 'mjw/sdt'
2011-04-28 Mark WielaardMerge branch 'mjw/gdb_index'
2011-04-26 Mark Wielaardlibdw: Sanity check end of section against cu_data...
2011-03-25 Marek PolacekMerge branch 'mpolacek/readelf-pltrel-case'
2011-03-25 Marek PolacekMerge branch 'mpolacek/tlsdesc'
2011-03-24 Petr MachataMerge branch 'pmachata/rerequest-tag'
2011-03-23 Mark WielaardAdd support for call_site and entry_value to dwarf...
2011-03-16 Petr MachataHandle repeated requests for invalid abbreviation
2011-03-10 Petr MachataReject requests for abbreviation with code 0
2011-03-09 Petr MachataCheck for truncated section in dwarf_child.
2011-02-24 Roland McGrathSupport reading .zdebug_* DWARF sections compressed...
2010-10-14 Roland McGrathDWARF people changed their mind about the value.
2010-10-13 Roland McGrathdwarf.h: Add DW_LANG_Go.
2010-10-05 Roland McGrathdwarf_getaranges: Avoid alloca to cope with huge .debug...
2010-09-10 Roland McGrathMerge branch 'roland/implicit-ptr'
2010-08-30 Roland McGrathHandle DW_OP_GNU_implicit_pointer.
2010-08-24 Roland McGrathAdd dwfl_dwarf_line, addr2line -F to print out more...
2010-07-27 Roland McGrathFix dwarf_formref_die DW_FORM_ref_sig8 hash table inser...
2010-06-23 Roland McGrathBack out dwarf_cfi_validate_fde.
2010-06-23 Roland McGrathFix check_constant_offset braino.
2010-06-22 Roland McGrathFix signed comparison warning in extended opcode parsing.
2010-06-22 Roland McGrathMerge branch 'master' of ssh://git.fedorahosted.org...
2010-06-22 Roland McGrathAdd some missing DWARF constants and readelf support...
2010-06-22 Roland McGrathFix readelf for large SLEB128 values.
2010-06-21 Roland McGrathFinish .debug_types support in libdw and readelf.
2010-06-21 Roland McGrathFix up some holes in .debug_types support.
2010-06-21 Roland McGrathMerge branch 'roland/debug_types'
2010-06-19 Roland McGrathRecord new line table fields, export APIs to fetch...
2010-06-16 Roland McGrathdwarf_next_cfi.c: Fix version 4 return_address_register...
2010-06-16 Roland McGrathHandle reading .debug_types section.
2010-06-16 Roland McGrathAdd new dwarf_cfi_validate_fde call.
2010-06-16 Roland McGrathCanonicalize CIE fde_encoding at interning.
2010-06-16 Roland McGrathFix some corners of DW_EH_PE_* handling.
2010-06-16 Roland McGrathCheck for CIE initial instructions that bogusly change...
2010-06-16 Roland McGrathFix error diagnosis for dwarf_formref on DW_FORM_ref_sig8.
2010-06-16 Roland McGrathHandle DWARF4 .debug_frame format.
2010-06-16 Roland McGrathHandle DWARF4 .debug_line format.
2010-06-14 Roland McGrathClean up IDX_debug_* list.
2010-06-02 Roland McGrathRemove unused CIE_VERSION macro.
2010-06-02 Roland McGrathRemove meaningless DWARF_VERSION macro.
2010-06-02 Roland McGrathFix DW_FORM_sec_offset handling.
2010-06-01 Roland McGrathMore DWARF 4 handling, some in readelf.
2010-06-01 Roland McGrathHandle DWARF version 4 CUs.
2010-06-01 Mark WielaardMove dwarf_cfi_cie_p definition from cfi.h to libdw.h.
2010-05-31 Mark Wielaarddwarf.h: Fix DW_LANG_Python constant.
2010-05-29 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2010-05-29 Ulrich Drepperdwarf_getlocation crash on NULL attribute.
2010-05-28 Eduardo SantiagoFix dwarf_getlocation crash on NULL argument.
2010-05-27 Roland McGrathAdd more DWARF4 constants.
2010-05-08 Roland McGrathFix DW_OP_call_ref operand handling.
2010-04-27 Roland McGrathlibdw: Record ill-specified CFA rule and diagnose in...
2010-04-26 Roland McGrathRevert "Handle partial-reset DW_CFA_def_cfa_* operation...
2010-04-26 Roland McGrathTranslate DW_CFA_expression/DW_CFA_val_expression prope...
2010-04-23 Roland McGrathHandle partial-reset DW_CFA_def_cfa_* operations after...
2010-04-23 Roland McGrathFix double-free in libdw CFI handling error paths.
2010-03-11 Roland McGrathExport dwfl_core_file_report.
2010-02-15 Roland McGrathClean up and consolidate automake magic to reduce dupli...
2010-02-02 Mark Wielaardlibdw/fde.c (intern_fde): Fix length check for sized_au...
2010-01-08 Roland McGrathUse elf_getphdrnum in libdw and libdwfl.
2010-01-06 Roland McGrathMissing file from commit ebc5c88
2010-01-06 Roland McGrathAdd dwarf_aggregate_size helper function to libdw.
2010-01-05 Roland McGrathAdd some more DW_AT_GNU_* types from gcc.
2010-01-05 Roland McGrathAdd DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_tem...
2009-11-22 Roland McGrathFix dwarf_getlocation braino in constant-form case...
2009-10-15 Roland McGrathMore grokage of DWARF4 forms.
2009-09-17 Roland McGrathSmall tweak for dwarf_getlocation_implicit_value; NEWS...
next