summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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