Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3014 → Rev 3015

/branches/tracing/kernel/generic/include/proc/thread.h
211,6 → 211,8
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;