Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3017 → Rev 3018

/branches/tracing/kernel/generic/include/proc/thread.h
206,18 → 206,7
uint8_t *kstack;
 
/** Debugging stuff */
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 */
udebug_thread_t udebug;
} thread_t;
 
/** Thread list lock.