Searched defs:getDebugger (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java136 public synchronized Debugger getDebugger() { method in class:HotSpotAgent
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java175 public synchronized Debugger getDebugger() { method in class:BugSpotAgent
180 return getDebugger().getCDebugger();
H A DBugSpot.java333 memoryDialog.getContentPane().add(new MemoryViewer(getDebugger(),
334 (getDebugger().getMachineDescription().getAddressSize() == 8)),
640 private Debugger getDebugger() { method in class:BugSpot
641 return getAgent().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java706 public JVMDebugger getDebugger() { method in class:VM

Completed in 332 milliseconds