Show
Ignore:
Timestamp:
06/16/07 22:57:20 (17 months ago)
Author:
krobillard
Message:

Debugger works again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/debugger/ThuneDebugger.h

    r114 r415  
    77 
    88#include <QMainWindow> 
    9 #include "urlan.h" 
     9#include "env.h" 
    1010 
    1111 
     
    5959    QString strippedName(const QString &fullFileName); 
    6060 
    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 ); 
    6464 
    6565    void showPC( UThread*, UCell* pc, UCell* end ); 
     
    9494    QEventLoop* _loop; 
    9595    UrlanEnv _env; 
    96     UIndex _tmpStrN; 
    97     UIndex _tmpStrHold; 
    9896 
    9997    enum