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 doc/ChangeLog doc/g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-06-27 19:17:27

Modified files:
	gdb            : ChangeLog infrun.c 
	gdb/doc        : ChangeLog gdbint.texinfo 

Log message:
	Move comment on the 'stepping over resolver' mechanism to the internals manual.
	
	This whole comment is now a bit out of place.  I looked into moving it
	to handle_inferior_event, close to where in_solib_dynsym_resolve_code
	is used, but then there are 3 such places.  I then looked at
	fragmenting it, pushing bits closer to the definitions of
	in_solib_dynsym_resolve_code and gdbarch_skip_solib_resolver, but then
	we'd lose the main advantage which is the overview.  In the end, I
	realized this can fit nicely as internals manual material.
	
	This could possibly be a subsection of a new "run control", or "source
	stepping" or "stepping" or some such a bit more general section, but
	we can do that when we have more related content...  Even the "single
	stepping" section is presently empty...
	
	gdb/doc/
	2013-06-27  Pedro Alves  <palves@redhat.com>
	
	* gdbint.texinfo (Algorithms) <Stepping over runtime loader
	dynamic symbol resolution code>: New section, based on infrun.c
	comment.
	
	gdb/
	2013-06-27  Pedro Alves  <palves@redhat.com>
	
	* infrun.c: Remove comment describing the 'stepping over runtime
	loader dynamic symbol resolution code' mechanism; moved to
	gdbint.texinfo.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15754&r2=1.15755
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.586&r2=1.587
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1474&r2=1.1475
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&r1=1.352&r2=1.353


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