Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2897 → Rev 2898

/branches/tracing/kernel/generic/include/proc/thread.h
214,6 → 214,7
/** What type of event are we stopped in or 0 if none */
udebug_event_t cur_event;
bool debug_stop;
bool debug_stoppable;
bool debug_active; /**< In a debugging session */
} thread_t;