Subversion Repositories HelenOS

Rev

Rev 2839 | Rev 2902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2839 Rev 2899
Line 173... Line 173...
173
 
173
 
174
    /* Init debugging stuff */
174
    /* Init debugging stuff */
175
    ta->dt_state = UDEBUG_TS_INACTIVE;
175
    ta->dt_state = UDEBUG_TS_INACTIVE;
176
    ta->debug_begin_call = NULL;
176
    ta->debug_begin_call = NULL;
177
    ta->not_stoppable_count = 0;
177
    ta->not_stoppable_count = 0;
-
 
178
    ta->debug_evmask = 0;
178
 
179
 
179
    ipc_answerbox_init(&ta->kernel_box, ta);
180
    ipc_answerbox_init(&ta->kernel_box, ta);
180
    ta->kb_thread = NULL;
181
    ta->kb_thread = NULL;
181
    ta->kb_thread_at_hand = false;
182
    ta->kb_thread_at_hand = false;
182
 
183