From 5def828572f6e7176cd8fef40742e45a365f24d3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 26 Jan 2008 13:56:37 +0000 Subject: * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches. --- gdb/testsuite/gdb.gdb/selftest.exp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gdb/testsuite/gdb.gdb') 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" -- cgit v1.1