This is the mail archive of the gdb-cvs@sources.redhat.com 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]

gdb ChangeLog breakpoint.c breakpoint.h infcmd.c


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	ezannoni@sourceware.org	2003-01-14 16:48:38

Modified files:
	.              : ChangeLog breakpoint.c breakpoint.h infcmd.c 

Log message:
	2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
	
	* breakpoint.c (until_break_command): Add new argument.  Use it to
	decide whether to stop only at the current frame or not.
	* breakpoint.h (until_break_command): Update prototype.
	* infcmd.c (until_command): Add new argument to until_break_command
	call.
	(advance_command): New function.
	(_initialize_infcmd): Update help string for 'until' command.
	Add new 'advance' command.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.3724&r2=1.3725
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/breakpoint.c.diff?cvsroot=uberbaum&r1=1.105&r2=1.106
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/breakpoint.h.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/infcmd.c.diff?cvsroot=uberbaum&r1=1.69&r2=1.70


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