Changeset 415 for branches/thune/thread_safe/debugger/ThuneDebugger.h
- Timestamp:
- 06/16/07 22:57:20 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/debugger/ThuneDebugger.h
r114 r415 7 7 8 8 #include <QMainWindow> 9 #include " urlan.h"9 #include "env.h" 10 10 11 11 … … 59 59 QString strippedName(const QString &fullFileName); 60 60 61 static int monitorIgnore( int cmd, UCell* pc, UCell* end );62 static int monitorRun (int cmd, UCell* pc, UCell* end );63 static int monitorStep (int cmd, UCell* pc, UCell* end );61 static int monitorIgnore( UThread*, int cmd, UCell* pc, UCell* end ); 62 static int monitorRun ( UThread*, int cmd, UCell* pc, UCell* end ); 63 static int monitorStep ( UThread*, int cmd, UCell* pc, UCell* end ); 64 64 65 65 void showPC( UThread*, UCell* pc, UCell* end ); … … 94 94 QEventLoop* _loop; 95 95 UrlanEnv _env; 96 UIndex _tmpStrN;97 UIndex _tmpStrHold;98 96 99 97 enum
