Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2865 → Rev 2866

/branches/tracing/kernel/generic/include/proc/thread.h
46,6 → 46,7
#include <arch/cpu.h>
#include <mm/tlb.h>
#include <proc/uarg.h>
#include <udebug/udebug.h>
 
#define THREAD_STACK_SIZE STACK_SIZE
#define THREAD_NAME_BUFLEN 20
210,6 → 211,8
call_t *debug_go_call;
unative_t syscall_args[6];
istate_t *uspace_state;
/** What type of event are we stopped in or 0 if none */
udebug_event_t cur_event;
bool debug_stop;
bool debug_active; /**< In a debugging session */
} thread_t;