Searched defs:attach (Results 51 - 59 of 59) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java241 /* called from attach methods */
254 public synchronized void attach(int processID) throws DebuggerException { method in class:BsdDebuggerLocal
274 public synchronized void attach(String execName, String coreName) { method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java239 /* called from attach methods */
252 public synchronized void attach(int processID) throws DebuggerException { method in class:LinuxDebuggerLocal
272 public synchronized void attach(String execName, String coreName) { method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java150 public synchronized void attach(int processID) throws DebuggerException { method in class:WindbgDebuggerLocal
158 public synchronized void attach(String executableName, String coreFileName) throws DebuggerException { method in class:WindbgDebuggerLocal
427 // attach/detach helpers
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java94 /** Indicates whether a call to attach() should complete without an
102 public void attach() throws DebuggerException { method in class:ServiceabilityAgentJVMDIModule
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java264 attach(info.getPid());
482 private void attach(final int pid) { method in class:BugSpot
484 getAgent().attach(pid);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java131 public synchronized void attach(int processID) throws DebuggerException { method in class:ProcDebuggerLocal
140 public synchronized void attach method in class:ProcDebuggerLocal
588 // attach, detach
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java346 public void attach(String portName) throws VMLaunchFailureException { method in class:ExecutionManager
350 //### the 'Session' abstraction. The 'Session.attach()'
357 * attach sessions.
373 VirtualMachine vm = connector.attach(arguments);
376 diagnostics.putString("\n Unable to attach to target VM: " +
441 if (!s.attach()) {
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1781 // attach to the PerfData memory region for another JVM
1796 void PerfMemory::attach(const char* user, int vmid, PerfMemoryMode mode, function in class:PerfMemory
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java368 void attach(JCTree tree, String dc) { method in class:JavacParser
2210 attach(result, dc);
2304 attach(toplevel, dc);
2424 attach(result, dc);
2448 attach(result, dc);
2472 attach(result, dc);
2544 attach(result, dc);
2719 attach(result, dc);

Completed in 61 milliseconds

123