Searched refs:exception_message (Results 1 – 2 of 2) sorted by relevance
51 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\)?\"" \
12349 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message (); in print_it() local12350 if (exception_message != NULL) in print_it()12353 uiout->field_string ("exception-message", exception_message.get ()); in print_it()