Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2824 → 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;