Searched defs:getAgent (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DTool.java67 protected BugSpotAgent getAgent() { method in class:Tool
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java58 public abstract HotSpotAgent getAgent(); method in class:CommandProcessor.DebuggerInterface
873 pmap.run(out, debugger.getAgent().getDebugger());
883 pstack.run(out, debugger.getAgent().getDebugger());
1519 this.agent = debugger.getAgent();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java306 ThreadListPanel threads = new ThreadListPanel(getCDebugger(), getAgent().isJavaMode());
484 getAgent().attach(pid);
492 if (getAgent().isJavaMode()) {
556 getAgent().detach();
567 getAgent().detach();
636 private BugSpotAgent getAgent() { method in class:BugSpot
641 return getAgent().getDebugger();
645 return getAgent().getCDebugger();
807 if (!getAgent().isJavaMode()) {
1206 BugSpotAgent agent = getAgent();
[all...]

Completed in 36 milliseconds