OSDN Git Service

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)
commite3d463471c97c3b40eb27f235eefd1337568cf5e
tree7705a10358ecddc0fb3e1901c14250af344d4095
parent8e5e349fcae6a951a5ca1d55f1523be659b07e3f
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