src/binutils ChangeLog dwarf.c

nickc@sourceware.org nickc@sourceware.org
Mon Jan 14 14:53:00 GMT 2008


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2008-01-14 14:53:47

Modified files:
	binutils       : ChangeLog dwarf.c 

Log message:
	(DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
	when the .debug_info section could not be loaded/parsed.
	(process_debug_info): Display the length of the compilation unit
	in hex, so that it corresponds with the offsets that will follow.
	Tell the user if the length was 32-bit or 64-bit.
	If a DIE abbreviation could not be found, tell the user the offset
	of the DIE.
	(free_debug_memory): Do not attempt to free any entries in the
	debug_information array if num_debug_info_entries is set to
	DEBUG_INFO_UNAVAILABLE.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1283&r2=1.1284
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.24&r2=1.25



More information about the Binutils-cvs mailing list