summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-232-0/+5
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-202-2/+8
* libdwfl: Add dwfl_module_getsymtab_first_global.Mark Wielaard2013-12-162-0/+5
* libdw: Simplify and inline get_uleb128 and get_sleb128Josh Stone2013-12-135-123/+55
* libdw: Add an inlined fast path for __libdw_form_val_lenJosh Stone2013-12-133-31/+43
* libdw: Handle empty location expression for (indirect) DIE locations.Mark Wielaard2013-12-135-8/+42
* libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf.Mark Wielaard2013-11-272-0/+8
* Mark new dwfl functions with version ELFUTILS_0.158.Mark Wielaard2013-11-262-10/+19
* Fix some (harmless) cppcheck warnings.Mark Wielaard2013-11-092-3/+9
* Unwinder for x86*.Jan Kratochvil2013-11-073-3/+21
* Fix expansion of libdw_a_LIBADDMichael Forney2013-11-052-1/+7
* Check for prefixed ar, readelf, and nmMichael Forney2013-11-052-1/+5
* Fix executable_for_core for non-dwfl_standard_argpJan Kratochvil2013-10-302-0/+10
* libdw: Handle dwz multi files correctly in dwarf_getfuncs.Mark Wielaard2013-10-222-13/+21
* backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.Mark Wielaard2013-10-072-0/+9
* libdw: Make sure that every debug_types sig8 is hashedJosh Stone2013-10-033-1/+9
* libdw: Fix compiler warnings on 32-bit.Mark Wielaard2013-09-303-6/+17
* libdw: Simplify __libdw_visit_scopes' tag checksJosh Stone2013-09-252-34/+21
* libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs.Mark Wielaard2013-09-243-27/+87
* Fix memory leak and set libdw errno when intern_fde cannot parse start/end.Mark Wielaard2013-09-122-1/+10
* libdw: Add new functions dwarf_getlocation_attr and dwarf_getlocation_die.Mark Wielaard2013-09-068-18/+250
* libdw: Add new function dwarf_getlocations.Mark Wielaard2013-09-064-68/+241
* libdw. Don't blow up stack in dwarf_getsrclines with lots of lines.Mark Wielaard2013-07-102-8/+33
* getcfi_scn_eh_frame: Don't crash and burn when .eh_frame bits aren't there.Mark Wielaard2013-07-082-2/+11
* libdw_visit_scopes: Don't recurse into imported unit children.Mark Wielaard2013-07-082-44/+63
* libdw: dwarf_getsrclines don't set end_sequence when there are no lines.Mark Wielaard2013-05-052-1/+7
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-052-0/+10
* Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
* libdw: DW_FORM_GNU_ref_alt is always offset_size.Mark Wielaard2013-04-102-1/+7
* libdw: dwarf_getsrclines mark highest address as end_sequence.Mark Wielaard2013-03-262-0/+10
* libdw and libdwfl srcfiles and srclines fixes for partial_units.Mark Wielaard2013-03-123-4/+11
* libdw: Handle FORM_GNU_strp_alt for files with string data only in dwz file.Mark Wielaard2013-02-152-2/+7
* dwfl_link_map_report: Handle unaligned auxv data.Roland McGrath2013-01-072-1/+15
* Fix sig8_hash memory leak in libdw/dwarf_begin_elf.c on error.Mark Wielaard2012-12-182-0/+13
* Handle GNU extension opcodes in dwarf_getlocationPetr Machata2012-10-102-0/+33
* lib/Jan Kratochvil2012-10-082-0/+9
* libdw/Jan Kratochvil2012-10-082-5/+16
* dwarf_getlocation.c (__libdw_intern_expression) <cfap>: Make new loclistJan Kratochvil2012-10-082-13/+21
* Code cleanup.Jan Kratochvil2012-10-082-19/+23
* Don't include dwz support by default.Mark Wielaard2012-08-243-2/+13
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-173-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