Searched refs:attach (Results 101 - 115 of 115) sorted by relevance

12345

/openjdk7/jdk/test/com/sun/jdi/
H A DVMConnection.java372 /* attach to running target vm */
376 return attacher.attach(connectorArgs);
379 System.err.println("\n Unable to attach to target VM.");
398 System.err.println("\n Unable to attach to target VM.");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java206 myvm.saAgent.attach(javaExecutableName, coreFileName);
222 myvm.saAgent.attach(pid);
241 myvm.saAgent.attach(server);
/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/jdk/make/docs/
H A DMakefile955 ATTACH_DOCDIR := $(JDK_API_DOCSDIR)/attach/spec
964 ATTACH_OPTIONS_FILE = $(DOCSTMPDIR)/attach.options
965 ATTACH_PACKAGES_FILE = $(DOCSTMPDIR)/attach.packages
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java60 public abstract void attach(String pid); method in class:CommandProcessor.DebuggerInterface
61 public abstract void attach(String java, String core); method in class:CommandProcessor.DebuggerInterface
351 new Command("attach", "attach pid | exec core", true) {
356 debugger.attach(t.nextToken());
360 debugger.attach(t.nextToken(), t.nextToken());
1452 // called before debuggee attach
1457 // called after debuggee attach
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java320 key.attach (this);
/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);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java319 key.attach (c);
381 newkey.attach (c);
/openjdk7/jdk/make/common/
H A DRelease.gmk398 META-INF/services/com.sun.tools.attach.spi.AttachProvider \
399 com/sun/tools/attach \
400 sun/tools/attach \
521 NOTJRE_SHARED_LIBS += $(LIB_PREFIX)attach.$(LIBRARY_SUFFIX)
620 $(ECHO) "META-INF/services/com.sun.tools.attach.spi.AttachProvider" >> $@
621 $(ECHO) "com/sun/tools/attach/" >> $@
628 $(ECHO) "sun/tools/attach/" >> $@
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp823 // attach to a named shared memory region.
991 // attach to the PerfData memory region for another JVM
1006 void PerfMemory::attach(const char* user, int vmid, PerfMemoryMode mode, char** addrp, size_t* sizep, TRAPS) { function in class:PerfMemory
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp823 // attach to a named shared memory region.
991 // attach to the PerfData memory region for another JVM
1006 void PerfMemory::attach(const char* user, int vmid, PerfMemoryMode mode, char** addrp, size_t* sizep, TRAPS) { function in class:PerfMemory
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp838 // attach to a named shared memory region.
1006 // attach to the PerfData memory region for another JVM
1021 void PerfMemory::attach(const char* user, int vmid, PerfMemoryMode mode, char** addrp, size_t* sizep, TRAPS) { function in class:PerfMemory
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java383 key.attach (this);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java418 // Command: attach
426 runtime.attach(portName);
428 env.failure("Attempt to attach to port \"" + portName + "\" failed.");
436 runtime.attach(portName);
438 env.failure("Attempt to attach to port \"" + portName + "\" failed.");
1321 out.println("attach <portname> -- debug existing process\n");
1380 } else if (cmd.equals("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

Completed in 604 milliseconds

12345