mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-17 18:43:25 +08:00
2011-12-07 Pedro Alves <pedro@codesourcery.com>
* gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception" throws "Cannot insert catchpoints in this configuration". * gdb.ada/mi_catch_ex.exp: Likewise.
This commit is contained in:
gdb/testsuite
@ -1,3 +1,9 @@
|
|||||||
|
2011-12-07 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
|
||||||
|
throws "Cannot insert catchpoints in this configuration".
|
||||||
|
* gdb.ada/mi_catch_ex.exp: Likewise.
|
||||||
|
|
||||||
2011-12-06 Pedro Alves <pedro@codesourcery.com>
|
2011-12-06 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/break-always.exp: Test changing memory at addresses
|
* gdb.base/break-always.exp: Test changing memory at addresses
|
||||||
|
@ -56,7 +56,7 @@ gdb_test_multiple "catch exception" $msg {
|
|||||||
-re "Catchpoint $any_nb: all Ada exceptions$eol$gdb_prompt $" {
|
-re "Catchpoint $any_nb: all Ada exceptions$eol$gdb_prompt $" {
|
||||||
pass $msg
|
pass $msg
|
||||||
}
|
}
|
||||||
-re "Cannot break on __gnat_raise_nodefer_with_msg in this configuration\.$eol$gdb_prompt $" {
|
-re "Cannot (insert catchpoints|break on __gnat_raise_nodefer_with_msg) in this configuration\.$eol$gdb_prompt $" {
|
||||||
# If the runtime was not built with enough debug information,
|
# If the runtime was not built with enough debug information,
|
||||||
# or if it was stripped, we can not test exception
|
# or if it was stripped, we can not test exception
|
||||||
# catchpoints.
|
# catchpoints.
|
||||||
|
@ -46,7 +46,7 @@ gdb_test_multiple "catch exception" $msg {
|
|||||||
-re "Catchpoint $any_nb: all Ada exceptions$eol$gdb_prompt $" {
|
-re "Catchpoint $any_nb: all Ada exceptions$eol$gdb_prompt $" {
|
||||||
pass $msg
|
pass $msg
|
||||||
}
|
}
|
||||||
-re "Cannot break on __gnat_raise_nodefer_with_msg in this configuration\.\[\r\n\]+$gdb_prompt $" {
|
-re "Cannot (insert catchpoints|break on __gnat_raise_nodefer_with_msg) in this configuration\.\[\r\n\]+$gdb_prompt $" {
|
||||||
# If the runtime was not built with enough debug information,
|
# If the runtime was not built with enough debug information,
|
||||||
# or if it was stripped, we can not test exception
|
# or if it was stripped, we can not test exception
|
||||||
# catchpoints.
|
# catchpoints.
|
||||||
|
Reference in New Issue
Block a user