aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2008-01-26 13:56:37 +0000
committerMark Kettenis <kettenis@gnu.org>2008-01-26 13:56:37 +0000
commit5def828572f6e7176cd8fef40742e45a365f24d3 (patch)
treec30221284900d84cdf508c573305d4807346c86d /gdb/testsuite
parent8ee35d562fcd9c8698520e668db0f8d067d28f44 (diff)
downloadfsf-binutils-gdb-5def828572f6e7176cd8fef40742e45a365f24d3.zip
fsf-binutils-gdb-5def828572f6e7176cd8fef40742e45a365f24d3.tar.gz
fsf-binutils-gdb-5def828572f6e7176cd8fef40742e45a365f24d3.tar.bz2
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.gdb/selftest.exp8
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3534f00..13b6ee2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 Mark Kettenis <kettenis@gnu.org>
+
+ * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
+
2008-01-24 Nick Roberts <nickrob@snap.net.nz>
* gdb.mi/mi2-var-display.exp: Add value field to tests for output of
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 1c02678..4abe21a 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -75,10 +75,18 @@ proc do_steps_and_nexts {} {
set description "step over execarg initialization"
set command "step"
}
+ -re ".*pidarg = NULL.*$gdb_prompt $" {
+ set description "step over pidarg initialization"
+ set command "step"
+ }
-re ".*corearg = NULL.*$gdb_prompt $" {
set description "step over corearg initialization"
set command "step"
}
+ -re ".*pid_or_core_arg = NULL.*$gdb_prompt $" {
+ set description "step over pid_or_core_arg initialization"
+ set command "step"
+ }
-re ".*cdarg = NULL.*$gdb_prompt $" {
set description "step over cdarg initialization"
set command "step"