Subversion Repositories HelenOS

Rev

Rev 2866 | Rev 2902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2866 Rev 2898
Line 212... Line 212...
212
    unative_t syscall_args[6];
212
    unative_t syscall_args[6];
213
    istate_t *uspace_state;
213
    istate_t *uspace_state;
214
    /** What type of event are we stopped in or 0 if none */
214
    /** What type of event are we stopped in or 0 if none */
215
    udebug_event_t cur_event;  
215
    udebug_event_t cur_event;  
216
    bool debug_stop;
216
    bool debug_stop;
-
 
217
    bool debug_stoppable;
217
    bool debug_active; /**< In a debugging session */
218
    bool debug_active; /**< In a debugging session */
218
} thread_t;
219
} thread_t;
219
 
220
 
220
/** Thread list lock.
221
/** Thread list lock.
221
 *
222
 *