Home
last modified time | relevance | path

Searched refs:exception_message (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
Dmi_catch_ex.exp51 proc continue_to_exception { exception_name exception_message test } {
58 -re " $exception_name\( \\($exception_message\\)\)? at $hex in foo " {
68 …tno=\"$any_nb\",exception-name=\"$exception_name\(\",exception-message=\"$exception_message\)?\"" \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-lang.c12349 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message (); in print_it() local
12350 if (exception_message != NULL) in print_it()
12353 uiout->field_string ("exception-message", exception_message.get ()); in print_it()