* gdb.objc/basicclass.exp: Disable pending breakpoint query.
* gdb.objc/nondebug.exp: Likewise.
This commit is contained in:
parent
94f63f209a
commit
0f73703cc3
@ -1,3 +1,8 @@
|
||||
2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* gdb.objc/basicclass.exp: Disable pending breakpoint query.
|
||||
* gdb.objc/nondebug.exp: Likewise.
|
||||
|
||||
2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
|
||||
|
@ -102,6 +102,11 @@ do_objc_tests
|
||||
#
|
||||
# Breakpoint tests
|
||||
#
|
||||
|
||||
# Disable pending breakpoint query to avoid timeouts
|
||||
# if Obj-C symbols cannot be found
|
||||
gdb_test "set breakpoint pending off" "" "set breakpoint pending"
|
||||
|
||||
gdb_test "break doIt" \
|
||||
"Breakpoint.*at.* file .*$srcfile, line.29.*" \
|
||||
"breakpoint method"
|
||||
|
@ -56,6 +56,10 @@ proc do_objc_tests {} {
|
||||
|
||||
do_objc_tests
|
||||
|
||||
# Disable pending breakpoint query to avoid timeouts
|
||||
# if Obj-C symbols cannot be found
|
||||
gdb_test "set breakpoint pending off" "" "set breakpoint pending"
|
||||
|
||||
#
|
||||
# Break on multiply defined non-debuggable symbol (PR objc/1236)
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user