Subversion Repositories HelenOS

Rev

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

Rev 2902 Rev 3015
Line 209... Line 209...
209
    SPINLOCK_DECLARE(debug_lock);
209
    SPINLOCK_DECLARE(debug_lock);
210
    waitq_t go_wq;
210
    waitq_t go_wq;
211
    call_t *debug_go_call;
211
    call_t *debug_go_call;
212
    unative_t syscall_args[6];
212
    unative_t syscall_args[6];
213
    istate_t *uspace_state;
213
    istate_t *uspace_state;
-
 
214
    bool debug_in_before_thread_runs;
-
 
215
 
214
    /** What type of event are we stopped in or 0 if none */
216
    /** What type of event are we stopped in or 0 if none */
215
    udebug_event_t cur_event;  
217
    udebug_event_t cur_event;  
216
    bool debug_stop;
218
    bool debug_stop;
217
    bool debug_stoppable;
219
    bool debug_stoppable;
218
    bool debug_active; /**< In a debugging session */
220
    bool debug_active; /**< In a debugging session */