aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-01-15 00:48:38 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-01-15 00:48:38 +0000
commitae66c1fc9b50b1f51662edc9a2358069a2502fc3 (patch)
treeae4b7b91f4fe4a9693de354f2c784919bc204a3a /gdb/ChangeLog
parent4abbaa29de2f88d2d40338298393d224def78312 (diff)
downloadgdb-ae66c1fc9b50b1f51662edc9a2358069a2502fc3.zip
gdb-ae66c1fc9b50b1f51662edc9a2358069a2502fc3.tar.gz
gdb-ae66c1fc9b50b1f51662edc9a2358069a2502fc3.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 947e2bb..1279eb4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+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.
+
2003-01-14 David Carlton <carlton@math.stanford.edu>
* linespec.c (decode_line_1): Normalize comments.