summaryrefslogtreecommitdiffstats
path: root/libdw
Commit message (Collapse)AuthorAgeFilesLines
* Major revamp of ref tracker for efficiency and to handle circular reference ↵Roland McGrath2009-07-013-169/+394
| | | | chains.
* Use a separate tracker for subtree comparisons inside reference_match.Roland McGrath2009-06-282-25/+122
|
* Iterator nit.Roland McGrath2009-06-281-0/+4
|
* 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 ↵Roland McGrath2009-06-1911-100/+1211
| | | | class.
* Merge commit 'origin/master' into dwarfRoland McGrath2009-06-196-19/+26
|\ | | | | | | | | Conflicts: libdw/ChangeLog
| * 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
|\| | | | | | | | | | | Conflicts: libdw/ChangeLog src/ChangeLog
| * Squashed commit of the following:Ulrich Drepper2009-06-1412-170/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 77abb31cb8d55980ef92260917a7ecdd228b1a44 Author: Petr Machata <[email protected]> Date: Mon Jun 8 15:46:16 2009 +0200 Fix a bug in offset checking commit b794eac4f8d3e08101b5d2924523b1259bbc1b17 Author: Petr Machata <[email protected]> Date: Wed Jun 3 16:00:01 2009 +0200 Cosmetic, get rid of defining several variables per line commit a23938fe35d515a3d75a51f6204771f3cf6c9ec4 Author: Petr Machata <[email protected]> Date: Wed Jun 3 15:50:03 2009 +0200 Restructure the code to decrease the binary size commit 7c301e3d4e8584dfb3174855fb6af3d5791dfeed Author: Petr Machata <[email protected]> Date: Mon Jun 1 19:43:28 2009 +0200 Shuffle a couple pieces of code around to make the code smaller commit 6325323482c2a3e17409d32c7feec9461be26614 Merge: 83ac53d... e94b1b2... Author: Petr Machata <[email protected]> Date: Fri May 22 08:49:07 2009 +0200 Merge branch 'master' of ssh://[email protected]/git/elfutils into pmachata/reader_hooks Conflicts: libdw/ChangeLog commit 83ac53db400945c074e77ec9904efe550903a0e2 Author: Petr Machata <[email protected]> Date: Fri May 22 08:40:25 2009 +0200 Call reloc hook with the original address, not incremented commit f1996388745566abc1ca1c1700b3b7eded208575 Author: Petr Machata <[email protected]> Date: Wed May 6 16:53:03 2009 +0200 Rewrite boundary checking logic so that it's immune to arithmetic overflow * ... also get rid of some code redundancy. commit 0c1df732822d83548edd0d005f3450281ed1701b Author: Petr Machata <[email protected]> Date: Wed May 6 16:25:09 2009 +0200 __libdw_read_offset* take extra argument for header size checks * also presence of debug data and buffer is checked in __libdw_in_section commit 6fb192e360f842cacb34a90c03cd0524cccc3dec Author: Petr Machata <[email protected]> Date: Wed May 6 15:51:20 2009 +0200 Check for presence of data before loading the offset commit a2e7612b165d83dd241225f87075fa4f58d18781 Author: Petr Machata <[email protected]> Date: Wed May 6 15:04:16 2009 +0200 Cosmetic changes commit 8b1aad2c2f6c8dc02b3e704e4f386c1827e385cb Author: Petr Machata <[email protected]> Date: Tue May 5 15:34:13 2009 +0200 Improve reader hook functions a bit * ... so that they are closer match to what's need on call sites commit 3854b7fbab2fe331711365f94a295af82164d0d2 Author: Petr Machata <[email protected]> Date: Tue May 5 14:33:50 2009 +0200 Fixes in use of reader hooks in __libdw_formptr and dwarf_formudata * and a bit more commit 335075596b6acef6e59919155e2b087e690a572d Author: Petr Machata <[email protected]> Date: Tue May 5 14:32:39 2009 +0200 Rename __libdw_read_udata_addr to __libdw_formptr commit 8273a2adaf8cb2ee203926af2849e4f96f8a6eaf Author: Petr Machata <[email protected]> Date: Tue May 5 02:53:40 2009 +0200 Introduce __libdw_read_udata_address * the use in dwarf_ranges is iffy, there's a functionality mismatch. Need to find some better way commit 1c897f4abde1530038d332f4fc03a596a24f6aaf Author: Petr Machata <[email protected]> Date: Mon May 4 18:09:13 2009 +0200 ChangeLog entries for previous commit commit 90d7c39454468b91c0fd6514a4e8d821222d6adb Author: Petr Machata <[email protected]> Date: Mon May 4 18:07:54 2009 +0200 Fix bugs, introduce __libdw_read_begin_end_pair_inc commit 9b3923f5b69a3e56590769435c4693f057acdc1f Merge: 6200ba6... 589b3d3... Author: Petr Machata <[email protected]> Date: Mon May 4 12:22:21 2009 +0200 Merge branch 'master' of ssh://[email protected]/git/elfutils into pmachata/reader_hooks commit 6200ba62aa9ea3cb9318f73a27181907a528dbe4 Author: Petr Machata <[email protected]> Date: Wed Apr 29 15:31:28 2009 +0200 dwarf_getlocation_addr uses read hooks commit ecbb8cdd8b500e37dc34fc246b912f704fe31ca4 Author: Petr Machata <[email protected]> Date: Wed Apr 29 15:16:09 2009 +0200 dwarf_ranges and dwarf_formref use read hooks commit cb8f67b29a896c2660c10aa1028a9dbb377553e9 Author: Petr Machata <[email protected]> Date: Tue Apr 28 18:39:04 2009 +0200 Convert several new functions to use read hooks commit b130453eb16a8cf042915e312cc5f189b8b92c01 Author: Petr Machata <[email protected]> Date: Tue Apr 28 18:38:27 2009 +0200 Add length read hooks commit bd885ff694817b965231d99f1ab867947998e734 Author: Petr Machata <[email protected]> Date: Tue Apr 28 18:36:17 2009 +0200 Constify read hook arguments commit 66fe03f1e489a88b89a15c9e13f9bd33db2729b1 Author: Petr Machata <[email protected]> Date: Tue Apr 28 16:11:05 2009 +0200 Change type of return value of offset read hooks to Dwarf_Off commit 22b36e00cc228f5a966f84ca3323e5d652923ce8 Merge: 5b3534b... a7cb532... Author: Petr Machata <[email protected]> Date: Mon Apr 27 19:05:25 2009 +0200 Merge branch 'master' of ssh://[email protected]/git/elfutils into pmachata/reader_hooks commit 5b3534b62cbd45fe4f11dd1be3e492237938cce0 Author: Petr Machata <[email protected]> Date: Mon Apr 27 18:53:06 2009 +0200 Rewrites in read hooks * Have the checking and reading logic itself in the header so that it gets optimized out/inlined. Call external relocating hook from there, there will presumably be more work to do, and we presumably don't want to keep this in the header. commit 9e265d71d0eb900e76d6fdb0196ef4fc6507f3a7 Merge: 1783089... 300f3a4... Author: Petr Machata <[email protected]> Date: Thu Apr 23 17:45:25 2009 +0200 Merge branch 'master' of ssh://[email protected]/git/elfutils into pmachata/reader_hooks commit 1783089b184ddea2081bbe5ac4e80420cb6b0803 Author: Petr Machata <[email protected]> Date: Thu Apr 23 17:44:48 2009 +0200 Use the new reader hooks in several places commit 11c3d97a5b40ea15edf324092b03da3050610d01 Author: Petr Machata <[email protected]> Date: Thu Apr 23 17:40:03 2009 +0200 Introduce reader hooks
* | 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
|\| | | | | | | | | Conflicts: libdw/ChangeLog
| * Slight optimization of dwarf_getmacros for loops.Roland McGrath2009-05-072-14/+26
| |
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-072-10/+16
|\| | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog src/ChangeLog tests/ChangeLog tests/Makefile.am
| * 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
|\| | | | | | | | | | | Conflicts: libdw/ChangeLog src/ChangeLog
| * 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
|\| | | | | | | | | Conflicts: libdw/ChangeLog
| * 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
| | | | | | | | This reverts commit ebd7af48a96cac696b025fab869b3611e535de64.
* | Merge branch 'dwarf' of ssh://[email protected]/git/elfutils ↵Petr Machata2009-02-026-106/+1181
|\ \ | | | | | | | | | into dwarf
| * | 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
|\| | | | | | | | | Conflicts: src/ChangeLog