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]

gdb ChangeLog inferior.h infcmd.c infrun.c


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	cgf@sources.redhat.com	2000-11-10 11:27:45

Modified files:
	.              : ChangeLog inferior.h infcmd.c infrun.c 

Log message:
	* inferior.h (step_over_calls_kind): New enum to clarify values in
	step_over_calls.
	* infcmd.c (step_over_calls): Change definition.
	(step_1): Use new enum values in relation to step_over_calls.
	(step_once): Ditto.
	(until_next_command): Ditto.
	* infrun.c (clear_proceed_status): Ditto.
	(handle_inferior_event): Ditto.
	* inferior.h (step_stop_if_no_debug): New variable.
	* infrun.c (step_stop_if_no_debug): Declare.
	(handle_inferior_event): Stop the step command if we entered a function without
	line info.
	(_initialize_infrun): New command 'set step-mode' to control the step command.
	* infcmd.c (step_once): Switch to stepi mode if there is no line info
	(and switching is enabled).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.766&r2=1.767
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/inferior.h.diff?cvsroot=uberbaum&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/infcmd.c.diff?cvsroot=uberbaum&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/infrun.c.diff?cvsroot=uberbaum&r1=1.21&r2=1.22


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