diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
commit | 9d62932daa6c211b8ee8b4c22b79b4f8a5b26501 (patch) | |
tree | f78c4473a79aba1739937072ae962ddbb6a1d664 /gdb/testsuite | |
parent | c7c0bf7c02a6ecef3f9b9e6b5ad1b49fd90b4b4f (diff) | |
download | gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.zip gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.gz gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.bz2 |
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (defs_h): Remove dependency on progress_h.
* defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
progress.h.
* main.c (captured_main): Delete use of START_PROGRESS and
END_PROGRESS.
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/selftest.exp | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 174a787..a1fe6a1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-17 Elena Zannoni <ezannoni@redhat.com> + + * gdb.base/selftest.exp (do_steps_and_nexts): Add comment. + 2004-02-16 Fred Fish <fnf@redhat.com> * gdb.arch/gdb1291.c: Remove diff --git a/gdb/testsuite/gdb.base/selftest.exp b/gdb/testsuite/gdb.base/selftest.exp index 442adb9..4196b74 100644 --- a/gdb/testsuite/gdb.base/selftest.exp +++ b/gdb/testsuite/gdb.base/selftest.exp @@ -95,6 +95,9 @@ proc do_steps_and_nexts {} { set command "next" } -re ".*START_PROGRESS.*$gdb_prompt $" { + # Note: ezannoni/2004/02/17: This check should be + # removed, since as of today that source line is not + # in gdb anymore. set description "next over START_PROGRESS and everything it calls" set command "next" } |