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

/openjdk7/hotspot/agent/src/os/bsd/
H A DStubDebuggerLocal.c30 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { throw_new_debugger_exception(env, str); return value; } macro
H A DBsdDebuggerLocal.c56 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { throw_new_debugger_exception(env, str); return value; } macro
294 THROW_NEW_DEBUGGER_EXCEPTION_("get_thread_regs failed for a lwp", 0);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c55 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { throw_new_debugger_exception(env, str); return value; } macro
295 THROW_NEW_DEBUGGER_EXCEPTION_("get_thread_regs failed for a lwp", 0);
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp111 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { \ macro
266 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to create IDebugClient object!", false);
273 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to get IDebugControl", false);
280 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to get IDebugDataSpaces object!", false);
292 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to get IDebugAdvanced object!", false);
299 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to get IDebugSymbols object!", false);
306 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: not able to get IDebugSystemObjects object!", false);
352 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: OpenDumpFile failed!", false);
359 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: WaitForEvent failed!", false);
393 THROW_NEW_DEBUGGER_EXCEPTION_("Windb
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp40 #define THROW_NEW_DEBUGGER_EXCEPTION_(str, value) { throwNewDebuggerException(env, str); return value; } macro
216 THROW_NEW_DEBUGGER_EXCEPTION_(msg, ret); \
609 THROW_NEW_DEBUGGER_EXCEPTION_("can't find 'UseSharedSpaces' flag\n", 1);
618 THROW_NEW_DEBUGGER_EXCEPTION_("can't read 'UseSharedSpaces' flag", 1);
629 THROW_NEW_DEBUGGER_EXCEPTION_("can't get shared archive path from debuggee", 1);
635 THROW_NEW_DEBUGGER_EXCEPTION_("can't get shared archive path from debuggee", 1);
640 THROW_NEW_DEBUGGER_EXCEPTION_("can't get shared archive path from debuggee", 1);
650 THROW_NEW_DEBUGGER_EXCEPTION_(errMsg, 1);
659 THROW_NEW_DEBUGGER_EXCEPTION_("can't allocate memory for shared file map header", 1);
670 THROW_NEW_DEBUGGER_EXCEPTION_(errMs
[all...]

Completed in 38 milliseconds