Blame dwarfgen/ChangeLog2014

Packit cdaae3
2014-12-28  David Anderson
Packit cdaae3
     * fakemalloc.c: Renamed to fakemalloc.in .
Packit cdaae3
2014-12-28  David Anderson
Packit cdaae3
     * fakemalloc.c,TESTmallocfail: This makes possible
Packit cdaae3
       a simple test that we handle malloc failure
Packit cdaae3
       as sensible as possible. The test requires hand
Packit cdaae3
       modification of the dwarfgen Makefile.
Packit cdaae3
     * createirepfrombinary.cc: Now prints the libdwarf error
Packit cdaae3
       number for better error reporting when there is a libdwarf
Packit cdaae3
       error (running out of malloc space, for example).
Packit cdaae3
2014-12-09  David Anderson
Packit cdaae3
     * dwarfgen.cc: Add try/catch for bad malloc and
Packit cdaae3
       any other disasters..
Packit cdaae3
       Add dwarfgen in the string for all the errors
Packit cdaae3
       leading to exit
Packit cdaae3
     * dwarf_tsearchhash.c: Add check for NULL return
Packit cdaae3
       in tsearch_inner() so we don't just core dump
Packit cdaae3
       when malloc fails.
Packit cdaae3
2014-05-08  David Anderson
Packit cdaae3
     * dwarfgen.cc: Now uses the newest form of dwarf_producer_init().
Packit cdaae3
       The old forms no longer are supported.
Packit cdaae3
2014-02-08  David Anderson
Packit cdaae3
     * dwarfgen.cc: Added commentary about the callback function
Packit cdaae3
       setting sect_name_index.
Packit cdaae3
2014-01-29  David Anderson
Packit cdaae3
     * createirepformfrombinary.cc,createirepfrombinary.cc,createirepfrombinary.h,
Packit cdaae3
       dwarfgen.cc,general.h,irepattrtodbg.cc,irepattrtodbg.h,irepdie.h,
Packit cdaae3
       irepform.h,irepframe.h,irepline.h,irepmacro.h,ireppubnames.h,
Packit cdaae3
       irepresentation.h,ireptodbg.cc,ireptodbg.h,strtabdata.h: Remove
Packit cdaae3
       trailing whitespace.
Packit cdaae3
2014-01-10  David Anderson
Packit cdaae3
     * createirepformfrombinary.cc,createirepfrombinary.cc,dwarfgen.cc,
Packit cdaae3
       irepattrtodbg.cc,ireptodbg.cc: Removed include of elf.h as it
Packit cdaae3
       is not needed given the include of gelf.h.