This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog dwarf2-frame.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-07-04 16:30:09

Modified files:
	gdb            : ChangeLog dwarf2-frame.c 

Log message:
	Do not load .eh_frame section from separete object files
	
	We don't need to read the .eh_frame section from the separate
	object files, because this data is already present in the
	main executable (it needs to, or the program wouldn't work).
	
	We discovered this investigating a problem with the 'next' command,
	which was due to unwind failures, which came from the fact that
	the .eh_frame was incorrectly relocated.
	
	gdb/ChangeLog (Tristan Gingold):
	
	* dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
	section in separate object files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13155&r2=1.13156
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2-frame.c.diff?cvsroot=src&r1=1.124&r2=1.125


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]