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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint2.cc 31 throw_exception (int e) function
51 throw_exception (10);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint2.cc 31 throw_exception (int e) function
51 throw_exception (10);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-exceptions.cc 50 /* Where to go for throw_exception(). */
89 /* See also throw_exception. */
105 /* See also throw_exception. */
179 /* Implementation of throw_exception that uses C++ try/catch. */
182 throw_exception (gdb_exception &&exception) function
  /src/external/gpl3/gdb/dist/gdbsupport/
common-exceptions.cc 50 /* Where to go for throw_exception(). */
89 /* See also throw_exception. */
105 /* See also throw_exception. */
179 /* Implementation of throw_exception that uses C++ try/catch. */
182 throw_exception (gdb_exception &&exception) function
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 739 static void throw_exception(__cxa_exception *ex) function
781 throw_exception(ex);
798 throw_exception(reinterpret_cast<__cxa_exception*>(ex));
863 // It's normally incremented by `throw_exception`, but this path invokes

Completed in 15 milliseconds