Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3018 → Rev 3015

/branches/tracing/kernel/generic/include/proc/thread.h
206,7 → 206,18
uint8_t *kstack;
 
/** Debugging stuff */
udebug_thread_t udebug;
SPINLOCK_DECLARE(debug_lock);
waitq_t go_wq;
call_t *debug_go_call;
unative_t syscall_args[6];
istate_t *uspace_state;
bool debug_in_before_thread_runs;
 
/** What type of event are we stopped in or 0 if none */
udebug_event_t cur_event;
bool debug_stop;
bool debug_stoppable;
bool debug_active; /**< In a debugging session */
} thread_t;
 
/** Thread list lock.