Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2817 → Rev 2825

/branches/tracing/kernel/generic/include/proc/task.h
52,6 → 52,7
#include <arch/cpu.h>
#include <mm/tlb.h>
#include <proc/scheduler.h>
#include <udebug/udebug.h>
 
struct thread;
 
95,8 → 96,7
atomic_t active_calls;
 
/** Debugging stuff */
bool being_debugged;
bool stop_request;
udebug_task_state_t dt_state;
call_t *debug_begin_call;
call_t *debug_go_call;
int not_stoppable_count;
/branches/tracing/kernel/generic/include/proc/thread.h
208,6 → 208,7
waitq_t go_wq;
unative_t syscall_args[6];
istate_t *uspace_state;
bool debug_stop;
} thread_t;
 
/** Thread list lock.