David Anderson
4e8d8c0f10
Add local Dwarf_Error and
...
rename variables to avoid shadowing confusion.
dwarfdump/configure
dwarfdump/configure.in
dwarfdump/dwarf_tsearchbal.c
dwarfdump/dwarfdump.c
dwarfdump/globals.h
dwarfdump/print_abbrevs.c
dwarfdump/print_aranges.c
dwarfdump/print_debugfission.c
dwarfdump/print_die.c
dwarfdump/print_frames.c
dwarfdump/print_gdbindex.c
dwarfdump/print_lines.c
dwarfdump/print_pubnames.c
dwarfdump/print_ranges.c
dwarfdump/print_sections.c
dwarfdump/tag_attr.c
dwarfdump/tag_tree.c
Add local Dwarf_Error and
rename variables to avoid shadowing confusion.
Make cross-build a littl easier.
libdwarf/Makefile.in
libdwarf/README
libdwarf/common.c
libdwarf/common.h
libdwarf/configure
libdwarf/configure.in
libdwarf/dwarf_die_deliv.c
libdwarf/dwarf_frame2.c
libdwarf/dwarf_line.c
libdwarf/dwarf_line_table_reader_common.c
libdwarf/dwarf_macro5.c
libdwarf/dwarf_print_lines.c
libdwarf/dwarf_ranges.c
libdwarf/gennames.c
2016-02-13 08:37:24 -08:00
David Anderson
d9d40e4d80
Add additional flags to the --enable-wall option.
...
dwarfdump/configure.in
libdwarf/configure.in
dwarfdump/configure (regenerate)
libdwarf/configure (regenerate)
These fix compiler warnings
dwarfdump/dwarf_tsearchbal.c
dwarfdump/dwarfdump.c
dwarfdump/dwconf.c
dwarfdump/dwconf.h
dwarfdump/esb.c
dwarfdump/globals.h
dwarfdump/print_debugfission.c
dwarfdump/print_die.c
dwarfdump/print_frames.c
dwarfdump/print_sections.c
libdwarf/dwarf_die_deliv.c
libdwarf/dwarf_frame.c
libdwarf/dwarf_frame2.c
libdwarf/dwarf_gdbindex.c
libdwarf/dwarf_gdbindex.h
libdwarf/dwarf_line.c
libdwarf/dwarf_line.h
libdwarf/dwarf_line_table_reader_common.c
libdwarf/dwarf_macro5.c
libdwarf/dwarf_query.c
libdwarf/dwarf_tsearchhash.c
2016-01-21 15:42:58 -08:00
David Anderson
b755b9f925
Added DWARF5 tags and attributes.
...
(the standard is not yet final, some of these additions could change).
Added checking code to fix libdwarf coredumps when it is given
erroneous DWARF.
2015-02-04 13:31:09 -08:00
David Anderson
b004f18f43
Changing the hash return from the debugfission
...
from an integer to an 8 byte glob: Dwarf_Sig8
2015-01-31 09:03:03 -08:00
David Anderson
68ee12715f
use of va_list requires stdarg.h, but that was not
...
everywhere it needed to be.
By accident, GNU libc hid that omission.
Also removed a couple unused variables and some
trailing whitespace.
2015-01-15 16:15:45 -08:00
David Anderson
c46548689a
dwarfdump, dwarfdump2: Now both print the gdbindex
...
and .debug_[tc]u_index sections.
2014-08-03 18:02:54 -07:00
David Anderson
f0d64d6b2e
Dwarfdump: Now we use the new gdbindex and debugfission
...
section-name strings instead of hard coding Elf section names.
2014-08-02 14:24:50 -07:00
David Anderson
61ffe240f6
libdwarf has a new interface: dwarf_get_die_section_name()
...
so clients can get the object
section names
(of .debug_info of .debug_types or the same with .dwo names).
Fixed indent and trailing whitespace a couple places too.
2014-07-12 13:23:29 -07:00
David Anderson
99e0371819
Now -I now prints the entire
...
.debug_cu_index and .debug_tu_index sections.
2014-07-11 09:22:35 -07:00
David Anderson
03a0883cb6
Now we can print the hash table data from the
...
.debug_tu_index and .debug_cu_index sections (
debug fission, the .dwp object file index data).
2014-07-10 15:58:02 -07:00
David Anderson
2eccd90196
Removed some newly introduced trailing whitespace characters.
2014-07-09 14:51:37 -07:00
David Anderson
f8caa95d63
libdwarf and dwarfdump now begin to support the DWARF5
...
sections .debug_tu_index and .debug_cu_index.
2014-07-09 14:45:30 -07:00