mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
gdb/testsuite/
* lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
|
||||||
|
|
||||||
2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||||
|
|
||||||
* gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
|
* gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
|
||||||
|
@ -377,6 +377,11 @@ proc gdb_breakpoint { function args } {
|
|||||||
send_gdb "$pending_response\n"
|
send_gdb "$pending_response\n"
|
||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
|
-re "A problem internal to GDB has been detected" {
|
||||||
|
fail "setting breakpoint at $function in runto (GDB internal error)"
|
||||||
|
gdb_internal_error_resync
|
||||||
|
return 0
|
||||||
|
}
|
||||||
-re "$gdb_prompt $" {
|
-re "$gdb_prompt $" {
|
||||||
if { $no_message == 0 } {
|
if { $no_message == 0 } {
|
||||||
fail "setting breakpoint at $function"
|
fail "setting breakpoint at $function"
|
||||||
|
Reference in New Issue
Block a user