Searched defs:THROW_NEW_DEBUGGER_EXCEPTION (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A DStubDebuggerLocal.c31 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throw_new_debugger_exception(env, str); return;} macro
65 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the process");
75 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the core file");
H A DBsdDebuggerLocal.c57 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throw_new_debugger_exception(env, str); return;} macro
78 THROW_NEW_DEBUGGER_EXCEPTION("can't initialize libproc");
168 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the process");
194 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the core file");
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c56 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throw_new_debugger_exception(env, str); return;} macro
77 THROW_NEW_DEBUGGER_EXCEPTION("can't initialize libproc");
167 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the process");
193 THROW_NEW_DEBUGGER_EXCEPTION("Can't attach to the core file");
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp114 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throwNewDebuggerException(env, str); \ macro
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp41 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throwNewDebuggerException(env, str); return;} macro
208 THROW_NEW_DEBUGGER_EXCEPTION(msg); \
751 THROW_NEW_DEBUGGER_EXCEPTION("debuggee is 64 bit, use java -d64 for debugger");
766 THROW_NEW_DEBUGGER_EXCEPTION(errMsg);
772 THROW_NEW_DEBUGGER_EXCEPTION("Not able to attach to process!");
774 THROW_NEW_DEBUGGER_EXCEPTION("Not able to attach to core file!");
785 THROW_NEW_DEBUGGER_EXCEPTION("can't determine debuggee data model (ILP32? or LP64?)");
789 THROW_NEW_DEBUGGER_EXCEPTION("debuggee is 32 bit, use 32 bit java for debugger");
1156 THROW_NEW_DEBUGGER_EXCEPTION("Process write failed!");
1291 THROW_NEW_DEBUGGER_EXCEPTION("unam
[all...]

Completed in 38 milliseconds