Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp =================================================================== --- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota1.exp 2011-12-13 18:22:08.000000000 +0100 +++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp 2011-12-20 00:01:36.518847033 +0100 @@ -50,6 +50,8 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions" + # # the line at which break main will put the breakpoint # Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp =================================================================== --- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota3.exp 2011-12-13 18:22:08.000000000 +0100 +++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp 2011-12-20 00:01:36.518847033 +0100 @@ -50,6 +50,8 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions" + # # the line at which break main will put the breakpoint #