Searched refs:topFrameForThread (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugger.java58 public CFrame topFrameForThread(ThreadProxy t) method in interface:CDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCDebugger.java80 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException { method in class:ProcCDebugger
81 return dbg.topFrameForThread(thread);
H A DProcDebugger.java59 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException; method in interface:ProcDebugger
H A DProcDebuggerLocal.java453 public synchronized CFrame topFrameForThread(ThreadProxy thread) method in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java84 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException { method in class:BsdCDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java71 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException { method in class:WindbgCDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxCDebugger.java86 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException { method in class:LinuxCDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java72 CFrame fr = dbg.topFrameForThread(thread);
H A DBugSpot.java656 CFrame fr = getCDebugger().topFrameForThread(t);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java83 CFrame f = cdbg.topFrameForThread(th);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js473 var cframe = sa.cdbg.topFrameForThread(threadProxy);

Completed in 49 milliseconds