File: ChangeLog2014

package info (click to toggle)
dwarfutils 20180809-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,228 kB
  • sloc: ansic: 63,382; sh: 5,222; cpp: 4,041; makefile: 548; python: 445; awk: 11
file content (34 lines) | stat: -rw-r--r-- 1,650 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2014-12-28  David Anderson
     * fakemalloc.c: Renamed to fakemalloc.in .
2014-12-28  David Anderson
     * fakemalloc.c,TESTmallocfail: This makes possible
       a simple test that we handle malloc failure
       as sensible as possible. The test requires hand
       modification of the dwarfgen Makefile.
     * createirepfrombinary.cc: Now prints the libdwarf error
       number for better error reporting when there is a libdwarf
       error (running out of malloc space, for example).
2014-12-09  David Anderson
     * dwarfgen.cc: Add try/catch for bad malloc and
       any other disasters..
       Add dwarfgen in the string for all the errors
       leading to exit
     * dwarf_tsearchhash.c: Add check for NULL return
       in tsearch_inner() so we don't just core dump
       when malloc fails.
2014-05-08  David Anderson
     * dwarfgen.cc: Now uses the newest form of dwarf_producer_init().
       The old forms no longer are supported.
2014-02-08  David Anderson
     * dwarfgen.cc: Added commentary about the callback function
       setting sect_name_index.
2014-01-29  David Anderson
     * createirepformfrombinary.cc,createirepfrombinary.cc,createirepfrombinary.h,
       dwarfgen.cc,general.h,irepattrtodbg.cc,irepattrtodbg.h,irepdie.h,
       irepform.h,irepframe.h,irepline.h,irepmacro.h,ireppubnames.h,
       irepresentation.h,ireptodbg.cc,ireptodbg.h,strtabdata.h: Remove
       trailing whitespace.
2014-01-10  David Anderson
     * createirepformfrombinary.cc,createirepfrombinary.cc,dwarfgen.cc,
       irepattrtodbg.cc,ireptodbg.cc: Removed include of elf.h as it
       is not needed given the include of gelf.h.