mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 14:11:29 +00:00
* gdb.base/psymtab.exp: Turn off pending breakpoints.
This commit is contained in:
parent
01fc9d36d8
commit
fe3c8b0d4d
@ -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>
|
2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
|
* gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
|
||||||
|
@ -61,6 +61,11 @@ gdb_start
|
|||||||
gdb_reinitialize_dir $srcdir/$subdir
|
gdb_reinitialize_dir $srcdir/$subdir
|
||||||
gdb_load ${binfile}
|
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
|
# 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
|
# 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
|
# symbol in the psymtab, but such that the last psym in the psymtab
|
||||||
|
Loading…
Reference in New Issue
Block a user