Commit Graph

4 Commits

Author SHA1 Message Date
David Anderson
07bf8033af Merge branch 'carlos_enciso' into carlos15
Conflicts:
	dwarfdump/ChangeLog
	dwarfdump/common.c
	dwarfdump/print_die.c
	dwarfexample/ChangeLog
	dwarfgen/ChangeLog
	libdwarf/ChangeLog
	libdwarf/dwarf_form.c
	libdwarf/dwarf_xu_index.c
	libdwarf/dwgetopt.h
2015-09-15 09:56:07 -07:00
David Anderson
c13df9b5d5 Now use dwoptarg etc, not the standard optarg.
So we use the local version for everything.
libdwarf, dwarfdump,dwarfgen.
2015-07-12 17:10:29 -07:00
Carlos Alberto Enciso
041cbcb69b These changes cover the following areas:
1) Improve the '-S' option algorithm, to get indirect names, from
   DW_AT_specification and DW_AT_abstract_origin attributes, to use
   those names in the comparison for member and inlines functions.
2) Correct incorrect calculation of 'pointer_size' for proprietary
   EM_PPC64 machine type.
3) Changes required when porting the samples to Windows
4) Include additional information for the Windows version.
2015-06-15 10:41:47 +01:00
David Anderson
88fe6433c7 Now all getopt() calls use dwgetopt() instead
so all is easier for those without getopt() to build.
To avoid unwanted dependencies dwgetopt.h and dwgetopt.c
are in both dwarfdump and libdwarf directories.
2015-02-26 14:21:06 -08:00