示例#1
0
 public String demangle(String sym) {
   return dbg.demangle(sym);
 }
示例#2
0
 public List /*<LoadObject>*/ getLoadObjectList() throws DebuggerException {
   return dbg.getLoadObjectList();
 }
示例#3
0
 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException {
   return dbg.topFrameForThread(thread);
 }
示例#4
0
 public List getThreadList() throws DebuggerException {
   return dbg.getThreadList();
 }