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

/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java99 private native long attach0(String address, long attachTimeout) throws IOException; method in class:SharedMemoryTransportService
108 long id = attach0(address, attachTimeout);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java62 // threadList and loadObjectList are filled by attach0 method
71 // called by native method attach0
83 private native void attach0(int pid) method in class:BsdDebuggerLocal
85 private native void attach0(String execName, String coreName) method in class:BsdDebuggerLocal
261 debugger.attach0(pid);
278 attach0(execName, coreName);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java60 // threadList and loadObjectList are filled by attach0 method
69 // called by native method attach0
81 private native void attach0(int pid) method in class:LinuxDebuggerLocal
83 private native void attach0(String execName, String coreName) method in class:LinuxDebuggerLocal
259 debugger.attach0(pid);
276 attach0(execName, coreName);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java152 attach0(processID);
160 attach0(executableName, coreFileName);
682 private native void attach0(String executableName, String coreFileName); method in class:WindbgDebuggerLocal
683 private native void attach0(int processID); method in class:WindbgDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java134 attach0(new Integer(processID).toString());
145 attach0(executableName, coreFileName);
589 private native void attach0(String pid) throws DebuggerException; method in class:ProcDebuggerLocal
590 private native void attach0(String executableFile, String coreFileName) throws DebuggerException; method in class:ProcDebuggerLocal

Completed in 39 milliseconds