Searched defs:throwNewDebuggerException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp112 throwNewDebuggerException(env, str); return value; }
114 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throwNewDebuggerException(env, str); \
117 static void throwNewDebuggerException(JNIEnv* env, const char* errMsg) { function
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp40 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { throwNewDebuggerException(env, str); return value; }
41 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throwNewDebuggerException(env, str); return;}
92 static void throwNewDebuggerException(JNIEnv* env, const char* errMsg) { function

Completed in 37 milliseconds