summaryrefslogtreecommitdiff
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* No longer overload children and attributes as type names.Roland McGrath2009-06-254-72/+87
* Two nits.Petr Machata2009-06-252-2/+2
* Implement the reference tracker, revamp dwarfcmp using new dwarf_comparator c...Roland McGrath2009-06-1911-100/+1211
* Merge commit 'origin/master' into dwarfRoland McGrath2009-06-196-19/+26
|\
| * Do some constification to avoid dubious casts.Roland McGrath2009-06-186-19/+26
* | Strange C++ nit for gcc 4.4Roland McGrath2009-06-161-1/+4
* | Some compile nits for GCC 4.4Roland McGrath2009-06-153-6/+7
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-06-1512-170/+377
|\ \ | |/
| * Squashed commit of the following:Ulrich Drepper2009-06-1412-170/+377
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-071-1/+1
|\ \ | |/
| * TypoRoland McGrath2009-05-071-1/+1
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-071-0/+3
|\ \ | |/
| * Fix trivial regression in last commit.Roland McGrath2009-05-071-0/+3
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-072-14/+26
|\ \ | |/
| * Slight optimization of dwarf_getmacros for loops.Roland McGrath2009-05-072-14/+26
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-072-10/+16
|\ \ | |/
| * Fix dwarf_getmacros so that it passes newly-added testPetr Machata2009-05-072-10/+16
* | XXX comment markers for reloc-sensitive interfacesRoland McGrath2009-04-201-12/+14
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-04-152-13/+19
|\ \ | |/
| * Fix 32/64 CIE header format CIE_id matching.Roland McGrath2009-04-152-1/+7
* | Fix make dist nits.Roland McGrath2009-04-022-1/+7
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-04-022-0/+5
|\ \ | |/
| * Add DW_CFA_GNU_negative_offset_extended.Roland McGrath2009-04-012-0/+5
* | Consolidate/clean-up xif->throw_libdw paths.Roland McGrath2009-03-296-35/+135
* | Fix attrs that can be an expression block or a constant.Roland McGrath2009-03-292-7/+12
* | Proper dwarf_constant attr value support with name fetchers.Roland McGrath2009-03-256-9/+278
* | Fix initializer for dwarf::raw_attributes::end case.Roland McGrath2009-03-251-1/+1
* | <dwarf>: Don't swallow last attributePetr Machata2009-03-252-2/+7
* | template tweaks for known-dwarf.h lookup, new dwarf-print test programRoland McGrath2009-03-243-20/+29
* | Move some generic stuff to subr.hhRoland McGrath2009-03-242-42/+42
* | Clean up build hacks for libdw C++ code, still kludged but less so.Roland McGrath2009-03-243-0/+14
* | Track containing DIE tag in C++ reader attr_value interface.Roland McGrath2009-02-263-7/+15
* | CommentsRoland McGrath2009-02-041-1/+1
* | Fix dwarf::ranges::const_iterator::operator* end-case check.Roland McGrath2009-02-041-1/+1
* | Revert "Handle it specially when dwarf_ranges returns 1"Roland McGrath2009-02-041-12/+2
* | Merge branch 'dwarf' of ssh://pmachata@git.fedorahosted.org/git/elfutils into...Petr Machata2009-02-026-106/+1181
|\ \
| * | Implement attribute values in dwarf_edit.Roland McGrath2009-02-014-12/+892
| * | Various fixes; started location list reader interface.Roland McGrath2009-02-013-96/+291
* | | Handle it specially when dwarf_ranges returns 1Petr Machata2009-02-021-2/+12
|/ /
* | Fix container equality tests to handle size mismatch.Roland McGrath2009-01-293-8/+64
* | Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfRoland McGrath2009-01-291-2/+2
|\ \
| * | Fix i386 compilationPetr Machata2009-01-291-2/+2
* | | Safety checks in iterators.Roland McGrath2009-01-291-2/+18
|/ /
* | C++ reader interface for line infoRoland McGrath2009-01-286-107/+816
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-01-282-18/+22
|\ \ | |/
| * Fiddle internal type decls for C++ scoping.Roland McGrath2009-01-282-18/+22
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-01-283-5/+9
|\ \ | |/
| * (struct Dwarf_Files_s): Replace dbg field with cu field.Roland McGrath2009-01-283-5/+9
* | Fix warning nit.Roland McGrath2009-01-271-9/+5
* | Support operator-> where possible.Roland McGrath2009-01-272-14/+28