* gdb.base/psymtab.exp: Turn off pending breakpoints.
authorDoug Evans <dje@google.com>
Fri, 26 Jun 2009 16:08:20 +0000 (16:08 +0000)
committerDoug Evans <dje@google.com>
Fri, 26 Jun 2009 16:08:20 +0000 (16:08 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/psymtab.exp

index 1c285b277f7d41616f17103a87af44fb1e86c7c2..2f88eeb14fdb7a8af0f5d20bfd5970c109dd9447 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-26  Doug Evans  <dje@google.com>
+
+       * gdb.base/psymtab.exp: Turn off pending breakpoints.
+
 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
index 1fc834c74a8e5bc2c0eed995c9d14147a2e82a4b..be079a39cba11f0df3f52ec7758fbba20a3433d8 100644 (file)
@@ -61,6 +61,11 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
+# Disable the prompt for whether to set pending breakpoints.
+# We don't want a breakpoint, we just want to verify the symbol
+# isn't found.
+gdb_test "set breakpoint pending off" "" "psymtab pending setup"
+
 # This test is looking for a bug that manifested itself when GDB was
 # looking for a partial symbol such that there wasn't such a partial
 # symbol in the psymtab, but such that the last psym in the psymtab
This page took 0.038711 seconds and 4 git commands to generate.