- bf8cd3d DWARF people changed their mind about the value. by Roland McGrath · 14 years ago
- 8c0a382 dwarf.h: Add DW_LANG_Go. by Roland McGrath · 14 years ago
- 5f95e2b dwarf_getaranges: Avoid alloca to cope with huge .debug_aranges sections. by Roland McGrath · 14 years ago
- 932585d Handle DW_OP_GNU_implicit_pointer. by Roland McGrath · 15 years ago
- de44f13 Add dwfl_dwarf_line, addr2line -F to print out more line info bits. by Roland McGrath · 14 years ago
- 00aca7f Fix dwarf_formref_die DW_FORM_ref_sig8 hash table insertion. by Roland McGrath · 14 years ago
- 9616b85 Back out dwarf_cfi_validate_fde. by Roland McGrath · 14 years ago
- c16966a Fix check_constant_offset braino. by Roland McGrath · 14 years ago
- 499b8ff Fix signed comparison warning in extended opcode parsing. by Roland McGrath · 14 years ago
- 474cb48 Add some missing DWARF constants and readelf support for them. by Roland McGrath · 14 years ago
- 0c5638c Fix readelf for large SLEB128 values. by Roland McGrath · 14 years ago
- 2b1f095 Finish .debug_types support in libdw and readelf. by Roland McGrath · 14 years ago
- 5cc030d Fix up some holes in .debug_types support. by Roland McGrath · 14 years ago
- 183e8ab Merge branch 'roland/debug_types' by Roland McGrath · 14 years ago
- c70cf4e Record new line table fields, export APIs to fetch them. by Roland McGrath · 14 years ago
- 4a87dfa dwarf_next_cfi.c: Fix version 4 return_address_register decoding. by Roland McGrath · 14 years ago
- 3e0f7d1 Handle reading .debug_types section. by Roland McGrath · 14 years ago
- 3e4b5bb Add new dwarf_cfi_validate_fde call. by Roland McGrath · 14 years ago
- 5f4b508 Canonicalize CIE fde_encoding at interning. by Roland McGrath · 14 years ago
- 7934ded Fix some corners of DW_EH_PE_* handling. by Roland McGrath · 14 years ago
- c70ebc0 Check for CIE initial instructions that bogusly change the PC. by Roland McGrath · 14 years ago
- b75f444 Fix error diagnosis for dwarf_formref on DW_FORM_ref_sig8. by Roland McGrath · 14 years ago
- 9bcd265 Handle DWARF4 .debug_frame format. by Roland McGrath · 14 years ago
- 3f63307 Handle DWARF4 .debug_line format. by Roland McGrath · 14 years ago
- 827d4d1 Clean up IDX_debug_* list. by Roland McGrath · 14 years ago
- 1a030b3 Remove unused CIE_VERSION macro. by Roland McGrath · 14 years ago
- 675229b Remove meaningless DWARF_VERSION macro. by Roland McGrath · 14 years ago
- 5212396 Fix DW_FORM_sec_offset handling. by Roland McGrath · 14 years ago
- 7fac1ce More DWARF 4 handling, some in readelf. by Roland McGrath · 14 years ago
- 0b3363e Handle DWARF version 4 CUs. by Roland McGrath · 14 years ago
- 08e71db Move dwarf_cfi_cie_p definition from cfi.h to libdw.h. by Mark Wielaard · 14 years ago
- 3f507bd dwarf.h: Fix DW_LANG_Python constant. by Mark Wielaard · 14 years ago
- 49fe714 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 14 years ago
- 6fb3451 dwarf_getlocation crash on NULL attribute. by Ulrich Drepper · 14 years ago
- d2240bc Fix dwarf_getlocation crash on NULL argument. by Eduardo Santiago · 14 years ago
- cfa5da2 Add more DWARF4 constants. by Roland McGrath · 14 years ago
- 688f7fc Fix DW_OP_call_ref operand handling. by Roland McGrath · 15 years ago
- 3b10ac0 libdw: Record ill-specified CFA rule and diagnose in dwarf_frame_cfa, not immediately at decode time. by Roland McGrath · 15 years ago
- 55195e5 Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression." by Roland McGrath · 15 years ago
- 0ab9783 Translate DW_CFA_expression/DW_CFA_val_expression properly to imply pushing CFA before given expression. by Roland McGrath · 15 years ago
- 3b2486c Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression. by Roland McGrath · 15 years ago
- 3f9d955 Fix double-free in libdw CFI handling error paths. by Roland McGrath · 15 years ago
- 8068e06 Export dwfl_core_file_report. by Roland McGrath · 15 years ago
- 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
- ee29a31 libdw/fde.c (intern_fde): Fix length check for sized_augmentation_data. by Mark Wielaard · 15 years ago
- f95760a Use elf_getphdrnum in libdw and libdwfl. by Roland McGrath · 15 years ago
- 7452e19 Missing file from commit ebc5c88 by Roland McGrath · 15 years ago
- ebc5c88 Add dwarf_aggregate_size helper function to libdw. by Roland McGrath · 15 years ago
- 0cb1983 Add some more DW_AT_GNU_* types from gcc. by Roland McGrath · 15 years ago
- 019d9fb Add DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_template_name. by Roland McGrath · 15 years ago
- 888381b Fix dwarf_getlocation braino in constant-form case handling. by Roland McGrath · 15 years ago
- 9ca7bc4 More grokage of DWARF4 forms. by Roland McGrath · 15 years ago
- 7e0aecd Small tweak for dwarf_getlocation_implicit_value; NEWS item for it. by Roland McGrath · 15 years ago
- f037104 DW_OP_implicit_value support by Roland McGrath · 15 years ago
- 418ae4c Clear cfi->ebl in dwarf_getcfi(). by Mark Wielaard · 15 years ago
- cc93cc4 Make dwarf_hasattr_integrate handle DW_AT_specification. by Josh Stone · 15 years ago
- 08277ba Use dwarf_diename in place of open-coding it. by Roland McGrath · 15 years ago
- ebfb648 New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed. by Roland McGrath · 15 years ago
- de69d52 Use dwarf_attr_integrate in various convenience functions. by Roland McGrath · 15 years ago
- af80014 Rejigger calling conventions for dwarf_frame_{cfa,register}. by Roland McGrath · 15 years ago
- e23e9e7 Fix dwarf_getsrc_file handling empty CUs. by Roland McGrath · 15 years ago
- d108304 Fix last commit, was made too early in the morning. by Roland McGrath · 15 years ago
- 96349ff Handle DW_OP_stack_value by Roland McGrath · 15 years ago
- e160cc9 Support the easiest of the new v4 form flavors. by Roland McGrath · 15 years ago
- a6abdfd Add constants from DWARF 4 working draft 3. by Roland McGrath · 15 years ago
- 7dd9464 dwarf_getlocation.c: Grok DW_OP_form_tls_address, DW_OP_GNU_push_tls_address, and DW_OP_bit_piece. by Roland McGrath · 15 years ago
- 8089343 dwarf_getlocation.c: Grok DW_OP_call_frame_cfa. by Roland McGrath · 15 years ago
- 3c84db3 CFI support: lookup by PC and translate into DWARF location per register by Roland McGrath · 15 years ago
- 6e1f465 Reorder some libdwP.h struct members for optimal packing. by Roland McGrath · 15 years ago
- cfdd86e Handle DW_AT_data_member_location of class constant magically in dwarf_getlocation{,_addr}. by Roland McGrath · 15 years ago
- 05c4e04 Do some constification to avoid dubious casts. by Roland McGrath · 15 years ago
- 99d2372 Squashed commit of the following: by Ulrich Drepper · 15 years ago
- e94b1b2 Typo by Roland McGrath · 16 years ago
- e7c1633 Fix trivial regression in last commit. by Roland McGrath · 16 years ago
- e2eabd8 Slight optimization of dwarf_getmacros for loops. by Roland McGrath · 16 years ago
- f3df61f Fix dwarf_getmacros so that it passes newly-added test by Petr Machata · 16 years ago
- 2fb9051 Fix 32/64 CIE header format CIE_id matching. by Roland McGrath · 16 years ago
- 6a4bdd9 Add DW_CFA_GNU_negative_offset_extended. by Roland McGrath · 16 years ago
- 03288f0 Fiddle internal type decls for C++ scoping. by Roland McGrath · 16 years ago
- c5acb30 (struct Dwarf_Files_s): Replace dbg field with cu field. by Roland McGrath · 16 years ago
- f46272a dwarf_ranges.c: Return 0 when no ranges or *_pc attrs at all. by Roland McGrath · 16 years ago
- d31505f dwarf_getattrs.c: Correctly skip attribute values when restarting. by Roland McGrath · 16 years ago
- 3bf7a09 Put known-dwarf.h in the dist so every build need not have a recent gawk. by Roland McGrath · 16 years ago
- afdd51e dwarf.h: Add DW_OP_GNU_encoded_addr. by Roland McGrath · 16 years ago
- 1ea4fdc Fix 'make clean' in libdw. by Roland McGrath · 16 years ago
- 54456d8 Merge commit 'origin/master' into roland/known-dwarf by Roland McGrath · 16 years ago
- 24b0330 Add DW_OP_GNU_* constants. by Roland McGrath · 16 years ago
- 5513e64 Generate macros for tables of known dwarf.h constants. by Roland McGrath · 16 years ago
- e921e88 Merge commit 'origin/roland/fixes-for-c++' by Ulrich Drepper · 16 years ago
- 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
- e06762c Don't depend on $(zip_LIBS), just link it in. by Roland McGrath · 16 years ago
- 7e827f2 Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++ by Roland McGrath · 16 years ago
- c462c63 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl-decompress by Roland McGrath · 16 years ago
- ac194d0 Implement call frame information dumping. by Ulrich Drepper · 16 years ago
- bca4315 libdwfl automagic decompression support by Roland McGrath · 16 years ago
- 1f6d201 dwarf_haschildren: Return -1 for error case, not 0. by Roland McGrath · 16 years ago
- 45d7b29 Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior. by Roland McGrath · 16 years ago
- b4d6f0f Fix up bogon and missing log entries from .pmachata.threads branch. by Roland McGrath · 16 years ago
- 8d358d9 Minor optimizations. by Ulrich Drepper · 17 years ago
- a969d8e Add missing copyright year updates. Fix ChangeLog. by Ulrich Drepper · 17 years ago