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