public String demangle(String sym) { return dbg.demangle(sym); }
public List /*<LoadObject>*/ getLoadObjectList() throws DebuggerException { return dbg.getLoadObjectList(); }
public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException { return dbg.topFrameForThread(thread); }
public List getThreadList() throws DebuggerException { return dbg.getThreadList(); }