HomeSort by: relevance | last modified time | path
    Searched refs:exception_message (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
mi_catch_ex.exp 51 proc continue_to_exception { exception_name exception_message test } {
58 -re " $exception_name\( \\($exception_message\\)\)? at $hex in foo " {
68 "\"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb\",exception-name=\"$exception_name\(\",exception-message=\"$exception_message\)?\"" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
mi_catch_ex.exp 51 proc continue_to_exception { exception_name exception_message test } {
58 -re " $exception_name\( \\($exception_message\\)\)? at $hex in foo " {
68 "\"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb\",exception-name=\"$exception_name\(\",exception-message=\"$exception_message\)?\"" \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2424 std::string* exception_message = FormatSehExceptionMessage( local
2427 *exception_message);
2428 delete exception_message;
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 12344 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message ();
12345 if (exception_message != NULL)
12348 uiout->field_string ("exception-message", exception_message.get ());
12326 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message (); member in class:gdb
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 12367 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message ();
12368 if (exception_message != NULL)
12371 uiout->field_string ("exception-message", exception_message.get ());
12349 gdb::unique_xmalloc_ptr<char> exception_message = ada_exception_message (); member in class:gdb

Completed in 92 milliseconds