aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-09-13 17:54:06 +0000
committerDaniel Jacobowitz <drow@false.org>2008-09-13 17:54:06 +0000
commitd0b76dc6dfba19f3f3f98386cef2be82f5ef701b (patch)
tree6ff466c248fcb48c824e4499338b38aca7a82b3f /gdb/testsuite/ChangeLog
parentbb01da776d7ff0386261285613f950cbc1e28215 (diff)
downloadgdb-d0b76dc6dfba19f3f3f98386cef2be82f5ef701b.zip
gdb-d0b76dc6dfba19f3f3f98386cef2be82f5ef701b.tar.gz
gdb-d0b76dc6dfba19f3f3f98386cef2be82f5ef701b.tar.bz2
* gdb.mi/mi-nonstop.exp: Do not check thread state while a
stop is pending. Avoid ".*" when two stops are pending. * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC) (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match newlines in fullnames. * lib/mi-support.exp (mi_run_cmd): Do not require an anchor. (mi_expect_stop): Update comments. Only anchor in sync mode. Do not match newlines. (mi_send_resuming_command_raw): Always return status. (mi_get_stop_line): Do not match more than one line by accident. Only anchor in sync mode. (mi_run_inline_test): If -exec-next fails, give up.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f8d4be5..392519d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.mi/mi-nonstop.exp: Do not check thread state while a
+ stop is pending. Avoid ".*" when two stops are pending.
+ * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
+ (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
+ newlines in fullnames.
+ * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
+ (mi_expect_stop): Update comments. Only anchor in sync mode.
+ Do not match newlines.
+ (mi_send_resuming_command_raw): Always return status.
+ (mi_get_stop_line): Do not match more than one line by accident.
+ Only anchor in sync mode.
+ (mi_run_inline_test): If -exec-next fails, give up.
+
2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gdb.base/stack-checking.c (big_frame): Reduce stack consumption