summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-02-03 01:22:46 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-02-03 01:22:46 +0000
commit4805788157bbaa4b7095daf2bfe91c5beda3a932 (patch)
treebb8e72300e5d3efa9ff19f68a6228cda87a34075
parentda133047ceb8200900589e1b2fec10ba381e72c7 (diff)
downloadgdb-4805788157bbaa4b7095daf2bfe91c5beda3a932.tar.gz
Forgot to mention PR numbers.
-rw-r--r--gdb/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dc183a95dbb..b13fabde95c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
2003-02-02 Elena Zannoni <ezannoni@redhat.com>
- Fix PR gdb/742 gdb/743
+ Fix PR gdb/742 gdb/743 gdb/877
* disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
(do_mixed_source_and_assembly): Use
make_cleanup_ui_out_tuple_begin_end and
@@ -635,6 +635,7 @@
2003-01-14 Elena Zannoni <ezannoni@redhat.com>
+ Fix PR gdb/898
* 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.