mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-23 18:58:26 +08:00

(for testing libdwarf it's no longer so simple). Support configure --enable-wall. dwarfexample/Makefile.in dwarfexample/configure dwarfexample/configure.in dwarfexample/simplereader.c Now works with DW_FORM_GNU_strp_alt and DW_FORM_strp_sup (as well as it can) even if there is no error argument passed in to dwarf_formstring (and now dwarf_diename() and dwarf_die_text() call dwarf_formstring() so all types of string values are handled). libdwarf/dwarf_form.c libdwarf/dwarf_query.c
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
2015-12-31 David Anderson
|
|
* configure.in: Now allows --enable-shared and --disable-nonshared
|
|
* configure: regenerated.
|
|
2015-11-26 David Anderson
|
|
* config.h.in, configure.in, Makefile.in: Deals with
|
|
zlib when present.
|
|
* configure: Generated.
|
|
2015-11-15 David Anderson
|
|
* configure.in, Makefile.in: So we now use configure to build.
|
|
* configure: Generated
|
|
2015-09-22 David Anderson
|
|
* simplereader.c: Removed trailing whitespace.
|
|
2015-09-15 Carlos Alberto Enciso
|
|
* simplereader.c: Fix some C99 issues with
|
|
local variables declaration
|
|
in main() and read_cu_list().
|
|
Include the 'config.h' and 'stdafx.h' headers for Windows port.
|
|
Include the Dwarfdump generic open_a_file() and
|
|
close_a_file() calls.
|
|
2015-06-19 David Anderson
|
|
* frame1.c: Add printf and comments suggesting
|
|
use of dwarf_get_fde_list_eh() if dwarf_get_fde_list()
|
|
gets DW_DLV_NO_ENTRY.
|
|
2015-05-05 David Anderson
|
|
* simplereader.c: Added code to help testing
|
|
in libdwarf DebugFission Package File interfaces.
|
|
2015-01-01 David Anderson
|
|
* A new year begins.
|