Searched refs:detach (Results 76 - 94 of 94) sorted by relevance

1234

/openjdk7/jdk/src/solaris/classes/sun/tools/attach/
H A DLinuxVirtualMachine.java133 public void detach() throws IOException { method in class:LinuxVirtualMachine
153 // did we detach?
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java184 detach();
192 // Disable detach menu items at first
1187 agent.detach();
1239 agent.detach();
1289 agent.detach();
1301 agent.detach();
1305 private void detach() { method in class:HSDB
1461 public void detach() {
H A DCommandProcessor.java62 public abstract void detach(); method in class:CommandProcessor.DebuggerInterface
367 new Command("detach", false) {
372 debugger.detach();
891 debugger.detach();
1470 debugger.detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java118 detach();
125 // Disable detach menu items at first
133 detach();
386 // Attach/detach state
556 getAgent().detach();
567 getAgent().detach();
577 private synchronized void detach() { method in class:BugSpot
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java435 public void detach() throws NoSessionException { method in class:ExecutionManager
473 session.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java385 * <code>detach</code> method was invoked.
409 * <code>detach</code> method was invoked.
433 * state. After<code>detach</code> has been invoked, calls to
441 public void detach(){} method in class:NodeSetDTM
444 * Specify if it's OK for detach to release the iterator for reuse.
446 * @param allowRelease true if it is OK for detach to release this iterator
H A DNodeSet.java241 * <code>detach</code> method was invoked.
265 * <code>detach</code> method was invoked.
289 * state. After<code>detach</code> has been invoked, calls to
297 public void detach(){} method in class:NodeSet
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java148 public boolean detach() { method in class:RemoteDebuggerClient
/openjdk7/jdk/src/share/classes/sun/tools/jmap/
H A DJMap.java313 // Read the stream from the target VM until EOF, then detach
326 vm.detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java285 public synchronized boolean detach() { method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java283 public synchronized boolean detach() { method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java151 public synchronized boolean detach() { method in class:ProcDebuggerLocal
588 // attach, detach
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java171 public synchronized boolean detach() { method in class:WindbgDebuggerLocal
427 // attach/detach helpers
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp1017 // detach from the PerfData memory region of another JVM
1029 // This implementation utilizes named shared memory to detach
1033 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { function in class:PerfMemory
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp1017 // detach from the PerfData memory region of another JVM
1029 // This implementation utilizes named shared memory to detach
1033 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { function in class:PerfMemory
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp1032 // detach from the PerfData memory region of another JVM
1044 // This implementation utilizes named shared memory to detach
1048 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { function in class:PerfMemory
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java444 // Command: detach
447 runtime.detach();
1322 out.println("detach -- detach from debuggee process\n");
1382 } else if (cmd.equals("detach")) {
1436 runtime.detach();
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1808 // detach from the PerfData memory region of another JVM
1820 // This implementation utilizes named shared memory to detach
1824 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { function in class:PerfMemory
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java835 public void detach() { method in class:RangeImpl

Completed in 295 milliseconds

1234