Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 3600 → Rev 3601

/trunk/kernel/generic/include/udebug/udebug.h
185,9 → 185,9
 
/** What type of event are we stopped in or 0 if none. */
udebug_event_t cur_event;
bool stop;
bool stoppable;
bool debug_active; /**< in a debugging session */
bool go; /**< thread is GO */
bool stoppable; /**< thread is stoppable */
bool debug_active; /**< thread is in a debugging session */
} udebug_thread_t;
 
struct task;