* gdb.base/finish.exp (finish_void): Revise pattern for
authorKevin Buettner <kevinb@redhat.com>
Thu, 24 May 2001 01:14:15 +0000 (01:14 +0000)
committerKevin Buettner <kevinb@redhat.com>
Thu, 24 May 2001 01:14:15 +0000 (01:14 +0000)
stopping on the call statement to not permit stopping at
the start of the instructions comprising the call sequence.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/finish.exp

index bad750b0a0626d9730ef3d2481e14139a9ac9d87..9e634bd3e7a14b463470c5455bac1a2e4d3e3531 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-23  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/finish.exp (finish_void): Revise pattern for
+       stopping on the call statement to not permit stopping at
+       the start of the instructions comprising the call sequence.
+
 2001-05-19  Michael Chastain  <chastain@redhat.com>
 
        * gdb.base/callfuncs.exp: Make all test names unique.
index 3e2c69f1f087c2af68ac1b4809a14957b71b7a87..064f26e39dcd84559c3f7b541d29e8fc829f2884 100644 (file)
@@ -85,7 +85,7 @@ proc finish_void { } {
        -re ".*void_checkpoint.*$gdb_prompt $" {
            pass "finish from void_func"
        }
-       -re ".*call to void_func.*$gdb_prompt $" {
+       -re "0x\[0-9a-fA-F\]+ in main.*call to void_func.*$gdb_prompt $" {
            pass "finish from void_func"
        }
        -re ".*$gdb_prompt $" {
This page took 0.031854 seconds and 4 git commands to generate.