summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* closest yetupstream/roland/dwarf_output-trackerRoland McGrath2009-08-198-62/+156
|
* passing dwarfcmp -T on self except the C++ ones and libelfRoland McGrath2009-08-171-71/+38
|
* Merge branch 'dwarf' into roland/dwarf_output-trackerRoland McGrath2009-08-163-0/+11
|\
| * Plug leaks.Roland McGrath2009-08-164-0/+17
| |
* | fooRoland McGrath2009-08-162-15/+26
| |
* | Merge branch 'dwarf' into roland/dwarf_output-trackerRoland McGrath2009-08-165-7/+11
|\| | | | | | | | | Conflicts: libdw/c++/dwarf_tracker
| * Add dwarf::debug_info_entry::identity_type typedef, make it uintptr_t ↵Roland McGrath2009-08-165-8/+13
| | | | | | | | instead of Dwarf_Off.
* | more thereRoland McGrath2009-08-164-155/+187
| |
* | Fix copying vs destruction regression.Roland McGrath2009-08-162-27/+42
| |
* | construction works, anywayRoland McGrath2009-08-161-76/+236
| |
* | closer yetRoland McGrath2009-08-122-298/+269
| |
* | circular ref creation maybe done, compilesRoland McGrath2009-08-113-139/+193
| |
* | On the verge of doing circular refsRoland McGrath2009-08-102-51/+191
| |
* | random checkpoint; it compiles mostlyRoland McGrath2009-08-093-510/+558
| |
* | getting closerRoland McGrath2009-08-011-393/+424
| |
* | more crap, compiles againRoland McGrath2009-08-014-96/+688
| |
* | crapRoland McGrath2009-08-014-45/+336
|/
* Fix merge frotz.Roland McGrath2009-08-011-6/+4
|
* Merge commit 'elfutils-0.142' into dwarfRoland McGrath2009-08-0162-110/+3960
|\ | | | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog libdw/Makefile.am src/ChangeLog tests/ChangeLog tests/Makefile.am
| * Handle text output for NT_GNU_GOLD_VERSION.elfutils-0.142Mark Wielaard2009-07-262-1/+10
| |
| * Handle NT_GNU_GOLD_VERSION.Mark Wielaard2009-07-264-1/+12
| |
| * Update elf.h from glibc.Ulrich Drepper2009-07-262-0/+7
| |
| * Explicitly link addr2line with libelf.Mark Wielaard2009-07-252-1/+5
| |
| * Make readelf dump all block forms in hex.Roland McGrath2009-07-242-8/+29
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-07-249-66/+106
| |\
| | * libdw NEWS itemsRoland McGrath2009-07-231-0/+4
| | |
| | * Rejigger calling conventions for dwarf_frame_{cfa,register}.Roland McGrath2009-07-228-66/+102
| | |
| * | Handle DW_OP_implicit_value in readelf.Mark Wielaard2009-07-242-0/+20
| |/
| * Fix handling of gaps between sections when writing files in libelf.Lubomir Rintel2009-07-212-2/+10
| |
| * 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, ↵Roland McGrath2009-07-152-0/+13
| | | | | | | | DW_OP_GNU_push_tls_address, and DW_OP_bit_piece.
| * Add STB_GNU_UNIQUE support to elflint.Ulrich Drepper2009-07-143-3/+18
| |
| * 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-0846-50/+3678
| |
| * Reorder some libdwflP.h struct members for optimal packing.Roland McGrath2009-07-082-8/+14
| |
| * Reorder some libdwP.h struct members for optimal packing.Roland McGrath2009-07-082-2/+4
| |
| * Reorder Elf struct members for optimal packing.Roland McGrath2009-07-082-26/+25
| |
* | Merge commit 'd966424' into dwarfRoland McGrath2009-07-2012-321/+480
|\ \ | | | | | | | | | | | | | | | Conflicts: libdw/c++/dwarf_output libdw/c++/subr.hh
| * | Support to_string on debug_info_entry.Roland McGrath2009-07-108-0/+97
| | |
| * | All pieces of dwarf_output in the collector, but refs still not right.Roland McGrath2009-07-108-296/+291
| | |
| * | Some tracker refactoring.Roland McGrath2009-07-085-25/+94
| | |
* | | Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfRoland McGrath2009-07-2012-718/+1134
|\ \ \ | |/ / |/| |
| * | CosmeticPetr Machata2009-07-193-5/+5
| | |
| * | dwarflint: Forgot to commit the other_byte_order bitPetr Machata2009-07-191-0/+7
| | |
| * | dwarflint: Lowlevel doesn't depend on libdwPetr Machata2009-07-196-633/+732
| | | | | | | | | | | | | | | | | | | | | | | | * When we don't depend on libdw to provide us with Dwarf descriptor, we can validate even fragmental files. Since on low level dwarflint does all the data processing itself, libdw is not really used anyway. * High level obviously still does use libdw
| * | dwarflint: Add a copyright notice in dwarflint-coverage.cPetr Machata2009-07-191-0/+26
| | |