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.
This commit is contained in:
Elena Zannoni
2003-01-15 00:48:38 +00:00
parent 4abbaa29de
commit ae66c1fc9b
4 changed files with 64 additions and 11 deletions

View File

@@ -534,7 +534,7 @@ extern int deprecated_frame_in_dummy (struct frame_info *);
extern int breakpoint_thread_match (CORE_ADDR, ptid_t);
extern void until_break_command (char *, int);
extern void until_break_command (char *, int, int);
extern void breakpoint_re_set (void);