Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2824 → Rev 2825

/branches/tracing/kernel/generic/src/proc/task.c
171,8 → 171,8
ta->capabilities = 0;
ta->cycles = 0;
 
ta->being_debugged = false;
ta->stop_request = false;
/* Init debugging stuff */
ta->dt_state = UDEBUG_TS_INACTIVE;
ta->debug_begin_call = NULL;
ta->debug_go_call = NULL;
ta->not_stoppable_count = 0;