Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2825 → Rev 2826

/branches/tracing/kernel/generic/include/proc/task.h
98,7 → 98,6
/** Debugging stuff */
udebug_task_state_t dt_state;
call_t *debug_begin_call;
call_t *debug_go_call;
int not_stoppable_count;
 
answerbox_t kernel_box;
/branches/tracing/kernel/generic/include/proc/thread.h
206,6 → 206,7
 
/** Debugging stuff */
waitq_t go_wq;
call_t *debug_go_call;
unative_t syscall_args[6];
istate_t *uspace_state;
bool debug_stop;