summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* Fix dwarf_getlocation braino in constant-form case handling.Roland McGrath2009-11-212-3/+26
* More grokage of DWARF4 forms.Roland McGrath2009-10-152-1/+13
* Small tweak for dwarf_getlocation_implicit_value; NEWS item for it.Roland McGrath2009-09-173-3/+9
* DW_OP_implicit_value supportRoland McGrath2009-09-105-4/+83
* Clear cfi->ebl in dwarf_getcfi().Mark Wielaard2009-09-092-0/+6
* Make dwarf_hasattr_integrate handle DW_AT_specification.Josh Stone2009-08-232-0/+6
* Use dwarf_diename in place of open-coding it.Roland McGrath2009-08-102-4/+6
* New macros for symbol versioning definitions, use them for libdw convenience ...Roland McGrath2009-08-0910-1/+47
* Use dwarf_attr_integrate in various convenience functions.Roland McGrath2009-08-078-21/+33
* Rejigger calling conventions for dwarf_frame_{cfa,register}.Roland McGrath2009-07-226-64/+95
* Fix dwarf_getsrc_file handling empty CUs.Roland McGrath2009-07-213-9/+22
* Fix last commit, was made too early in the morning.Roland McGrath2009-07-201-0/+1
* Handle DW_OP_stack_valueRoland McGrath2009-07-202-1/+6
* Support the easiest of the new v4 form flavors.Roland McGrath2009-07-163-2/+23
* Add constants from DWARF 4 working draft 3.Roland McGrath2009-07-162-1/+22
* dwarf_getlocation.c: Grok DW_OP_form_tls_address, DW_OP_GNU_push_tls_address,...Roland McGrath2009-07-152-0/+13
* dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.Roland McGrath2009-07-132-0/+5
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-0824-37/+2998
* Reorder some libdwP.h struct members for optimal packing.Roland McGrath2009-07-082-2/+4
* Handle DW_AT_data_member_location of class constant magically in dwarf_getloc...Roland McGrath2009-07-082-0/+66
* Do some constification to avoid dubious casts.Roland McGrath2009-06-186-19/+26
* Squashed commit of the following:Ulrich Drepper2009-06-1412-170/+377
* TypoRoland McGrath2009-05-071-1/+1
* Fix trivial regression in last commit.Roland McGrath2009-05-071-0/+3
* Slight optimization of dwarf_getmacros for loops.Roland McGrath2009-05-072-14/+26
* Fix dwarf_getmacros so that it passes newly-added testPetr Machata2009-05-072-10/+16
* Fix 32/64 CIE header format CIE_id matching.Roland McGrath2009-04-152-1/+7
* Add DW_CFA_GNU_negative_offset_extended.Roland McGrath2009-04-012-0/+5
* Fiddle internal type decls for C++ scoping.Roland McGrath2009-01-282-18/+22
* (struct Dwarf_Files_s): Replace dbg field with cu field.Roland McGrath2009-01-283-5/+9
* dwarf_ranges.c: Return 0 when no ranges or *_pc attrs at all.Roland McGrath2009-01-262-3/+12
* dwarf_getattrs.c: Correctly skip attribute values when restarting.Roland McGrath2009-01-252-12/+25
* Put known-dwarf.h in the dist so every build need not have a recent gawk.Roland McGrath2009-01-232-3/+10
* dwarf.h: Add DW_OP_GNU_encoded_addr.Roland McGrath2009-01-222-0/+5
* Fix 'make clean' in libdw.Roland McGrath2009-01-212-1/+8
* Merge commit 'origin/master' into roland/known-dwarfRoland McGrath2009-01-173-5/+13
|\
| * Add DW_OP_GNU_* constants.Roland McGrath2009-01-172-1/+9
* | Generate macros for tables of known dwarf.h constants.Roland McGrath2009-01-113-20/+35
|/
* Merge commit 'origin/roland/fixes-for-c++'Ulrich Drepper2009-01-103-7/+11
|\
| * Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++Roland McGrath2009-01-064-4/+69
| |\
| * | dwarf_haschildren: Return -1 for error case, not 0.Roland McGrath2008-12-313-6/+12
* | | Require __thread support in compiler.Ulrich Drepper2009-01-102-80/+7
* | | Don't depend on $(zip_LIBS), just link it in.Roland McGrath2009-01-082-2/+6
| |/ |/|
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl...Roland McGrath2009-01-063-2/+65
|\ \
| * | Implement call frame information dumping.Ulrich Drepper2009-01-063-1/+64
| |/
* | libdwfl automagic decompression supportRoland McGrath2009-01-052-2/+6
|/
* Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior.Roland McGrath2008-12-161-0/+9
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-252-0/+14
* Minor optimizations.Ulrich Drepper2008-01-226-22/+26
* Add missing copyright year updates. Fix ChangeLog.Ulrich Drepper2008-01-2214-16/+16