summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in offset checkingPetr Machata2009-06-081-1/+1
* Cosmetic, get rid of defining several variables per linePetr Machata2009-06-033-7/+11
* Restructure the code to decrease the binary sizePetr Machata2009-06-032-49/+43
* Shuffle a couple pieces of code around to make the code smallerPetr Machata2009-06-011-15/+16
* Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...Petr Machata2009-05-222-18/+39
|\
| * 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
* | Call reloc hook with the original address, not incrementedPetr Machata2009-05-221-1/+2
* | Rewrite boundary checking logic so that it's immune to arithmetic overflowPetr Machata2009-05-061-19/+31
* | __libdw_read_offset* take extra argument for header size checksPetr Machata2009-05-067-22/+28
* | Check for presence of data before loading the offsetPetr Machata2009-05-062-10/+8
* | Cosmetic changesPetr Machata2009-05-064-108/+41
* | Improve reader hook functions a bitPetr Machata2009-05-055-18/+24
* | Fixes in use of reader hooks in __libdw_formptr and dwarf_formudataPetr Machata2009-05-051-12/+14
* | Rename __libdw_read_udata_addr to __libdw_formptrPetr Machata2009-05-056-13/+13
* | Introduce __libdw_read_udata_addressPetr Machata2009-05-056-45/+86
* | ChangeLog entries for previous commitPetr Machata2009-05-041-5/+10
* | Fix bugs, introduce __libdw_read_begin_end_pair_incPetr Machata2009-05-0412-127/+136
* | dwarf_getlocation_addr uses read hooksPetr Machata2009-04-291-23/+14
* | dwarf_ranges and dwarf_formref use read hooksPetr Machata2009-04-292-22/+15
* | Convert several new functions to use read hooksPetr Machata2009-04-286-36/+32
* | Add length read hooksPetr Machata2009-04-283-0/+38
* | Constify read hook argumentsPetr Machata2009-04-281-4/+6
* | Change type of return value of offset read hooks to Dwarf_OffPetr Machata2009-04-282-4/+4
* | Rewrites in read hooksPetr Machata2009-04-277-71/+115
* | Use the new reader hooks in several placesPetr Machata2009-04-235-37/+32
* | Introduce reader hooksPetr Machata2009-04-234-1/+137
|/
* 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