* gdb.base/annota1.exp: Allow .*printf in backtraces.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sigstep.exp
index 9069885dd4bc17ca7e7afe930b6c8bfdd995a68d..5aae5f1c12bdb44537d6cc36d6648d9080ae130f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004 Free Software Foundation, Inc.
+# Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -130,6 +130,9 @@ proc advancei { i } {
            setup_kfail "sparc*-*-openbsd*" gdb/1736
            fail "$test (could not insert single-step breakpoint)"
        }
+       -re "Breakpoint \[0-9\]*, handler .*${gdb_prompt} $" {
+           fail "$test (hit breakpoint again)"
+       }
        -re "done = 1;.*${gdb_prompt} $" {
            send_gdb "$i\n"
            exp_continue -continue_timer
This page took 0.022835 seconds and 4 git commands to generate.