Searched refs:getCDebugger (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCFrame.java53 super(dbg.getCDebugger());
H A DProcDebuggerLocal.java231 public CDebugger getCDebugger() throws DebuggerException { method in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DInstanceConstructor.java49 CDebugger cdbg = VM.getVM().getDebugger().getCDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebugger.java110 public CDebugger getCDebugger() throws DebuggerException; method in interface:Debugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64CFrame.java35 super(dbg.getCDebugger());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/x86/
H A DBsdX86CFrame.java36 super(dbg.getCDebugger());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64CFrame.java35 super(dbg.getCDebugger());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/
H A DLinuxSPARCCFrame.java37 super(dbg.getCDebugger());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/
H A DLinuxX86CFrame.java36 super(dbg.getCDebugger());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPMap.java43 CDebugger cdbg = dbg.getCDebugger();
H A DPStack.java61 CDebugger cdbg = dbg.getCDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java104 public CDebugger getCDebugger() throws DebuggerException { method in class:DummyDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java306 ThreadListPanel threads = new ThreadListPanel(getCDebugger(), getAgent().isJavaMode());
644 private CDebugger getCDebugger() { method in class:BugSpot
645 return getAgent().getCDebugger();
649 setCurrentThread((ThreadProxy) getCDebugger().getThreadList().get(0));
656 CFrame fr = getCDebugger().topFrameForThread(t);
658 trace.add(new StackTraceEntry(fr, getCDebugger()));
738 LoadObject lo = getCDebugger().loadObjectContainingPC(fr.pc());
1259 CDebugger dbg = getCDebugger();
1366 java.util.List loadObjects = getCDebugger().getLoadObjectList();
1448 ProcessControl prctl = getCDebugger()
[all...]
H A DBugSpotAgent.java179 public synchronized CDebugger getCDebugger() { method in class:BugSpotAgent
180 return getDebugger().getCDebugger();
184 return getCDebugger().getProcessControl();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java203 public CDebugger getCDebugger() throws DebuggerException { method in class:RemoteDebuggerClient
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java552 public CDebugger getCDebugger() { method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java545 public CDebugger getCDebugger() { method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java232 public CDebugger getCDebugger() throws DebuggerException { method in class:WindbgDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java349 CDebugger cdbg = VM.getVM().getDebugger().getCDebugger();

Completed in 287 milliseconds