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 infrun.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-06-26 21:37:53

Modified files:
	gdb            : ChangeLog infrun.c 

Log message:
	Update comments on stepping over resolver code.
	
	This updates the comments on the step-over-resolver mechanism a bit,
	adjusting it to refer to the gdbarch hooks instead of the old macros;
	to mention the in_dynsym_resolve_code hook of the target_so_ops
	vector; and to American English spelling (signalling->signaling).
	
	gdb/
	2013-06-26  Pedro Alves  <palves@redhat.com>
	
	* infrun.c: Update comments on stepping over runtime loader
	dynamic symbol resolution code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15750&r2=1.15751
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.584&r2=1.585


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