Searched defs:getCurrentFrame (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DThreadInfo.java220 StackFrame getCurrentFrame() throws IncompatibleThreadStateException { method in class:ThreadInfo
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DContextManager.java222 public StackFrame getCurrentFrame() throws VMNotInterruptedException { method in class:ContextManager
223 return getCurrentFrame(runtime.threadInfo(currentThread));
226 public StackFrame getCurrentFrame(ThreadReference t) throws VMNotInterruptedException { method in class:ContextManager
227 return getCurrentFrame(runtime.threadInfo(t));
230 public StackFrame getCurrentFrame(ThreadInfo tinfo) throws VMNotInterruptedException { method in class:ContextManager

Completed in 1555 milliseconds