OSDN Git Service

2003-01-14 Elena Zannoni <ezannoni@redhat.com>
authorezannoni <ezannoni>
Wed, 15 Jan 2003 00:48:36 +0000 (00:48 +0000)
committerezannoni <ezannoni>
Wed, 15 Jan 2003 00:48:36 +0000 (00:48 +0000)
commit242efc2448ce1b5b4fabddea8789ec72ed703e7c
treedbf066a7faddaf4d1477d09876c96fac68b840d3
parent85ed896f3761a781cb7afe30b5078eb7f9d4fe57
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