Searched refs:throw_exception (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint2.cc27 throw_exception (int e) function
48 throw_exception (10);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint2.cc27 throw_exception (int e) function
48 throw_exception (10);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.cc51 /* Where to go for throw_exception(). */
90 /* See also throw_exception. */
106 /* See also throw_exception. */
180 /* Implementation of throw_exception that uses C++ try/catch. */
183 throw_exception (gdb_exception &&exception) function
H A Dcommon-exceptions.h283 extern void throw_exception (gdb_exception &&exception)
293 /* Convenience wrappers around throw_exception that throw GDB
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.cc51 /* Where to go for throw_exception(). */
90 /* See also throw_exception. */
106 /* See also throw_exception. */
180 /* Implementation of throw_exception that uses C++ try/catch. */
183 throw_exception (gdb_exception &&exception) function
H A Dcommon-exceptions.h319 extern void throw_exception (gdb_exception &&exception)
329 /* Convenience wrappers around throw_exception that throw GDB
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc739 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
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Devent-top.c199 throw_exception (std::move (gdb_expt));
H A Dxml-support.c607 throw_exception (std::move (m_error));
H A Dinfcall.c1349 throw_exception (std::move (e));
H A Dlinespec.c2667 throw_exception (std::move (file_exception));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxml-support.c605 throw_exception (std::move (m_error));
H A Devent-top.c226 throw_exception (std::move (gdb_expt));
H A Dinfcall.c1422 throw_exception (std::move (e));
H A Dlinespec.c2611 throw_exception (std::move (file_exception));

Completed in 315 milliseconds