2003-01-14 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Wed, 15 Jan 2003 00:48:38 +0000 (00:48 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Wed, 15 Jan 2003 00:48:38 +0000 (00:48 +0000)
commitae66c1fc9b50b1f51662edc9a2358069a2502fc3
treeae4b7b91f4fe4a9693de354f2c784919bc204a3a
parent4abbaa29de2f88d2d40338298393d224def78312
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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/infcmd.c