]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
authorMark Kettenis <kettenis@gnu.org>
Sat, 26 Jan 2008 13:56:37 +0000 (13:56 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 26 Jan 2008 13:56:37 +0000 (13:56 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/selftest.exp

index 3534f000c36b0a27ddc47a7dcd8305ab9b1bb8f8..13b6ee26169144bfa0355d9ed1e97bb70387a1bb 100644 (file)
@@ -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 
index 1c026786442baf9ed08667630b4ea716182cc381..4abe21aa93c138e8e4bc73c30e23438e9abd0bff 100644 (file)
@@ -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"