File: ChangeLog2017

package info (click to toggle)
dwarfutils 20201201-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,868 kB
  • sloc: ansic: 104,667; sh: 5,947; cpp: 4,675; python: 878; makefile: 646; awk: 11
file content (25 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download | duplicates (3)
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
2017-12-17  David Anderson
     * dwarfgen.1: The options to dwarfgen are now documented.
2017-10-20  David Anderson
     * createirepformfrombinary.cc,irepattrtodbg.cc, irepform.h,
       ireptodbg.cc: Added support for DW_FORM_data16.
2017-10-15  David Anderson
     * dwarfgen.cc,general.h,ireptodbg.cc: Moved global 
       command-line options
       into a single global struct to clarify their use for
       a reader of the code. See 'cmdoptions'.
2017-08-21  David Anderson
     * config.h.in: Adding HAVE_LIBELF_LIBELF for consistency.
     * createirepformfrombinary.cc,createirepfrombinary.cc,
       irepattrtodbg.cc,ireptodbg.cc:
       Add ifdef HAVE_UNISTD_H.
     * dwarfgen.cc:
       Add ifdef HAVE_UNISTD_H, HAVE_LIBELF_LIBELF_H.
       Improve #ifdefs for Windows builds.
2017-04-21  David Anderson
     * dwarfgen.cc: Now supports -v with 2,3,4, or 5.
2017-04-20  David Anderson
     * dwarfgen.cc: Use dwoptarg. Not optarg. oops.
2017-04-20  David Anderson
     * dwarfgen.cc: Added new options allowing 
       specification of the desired dwarf version.