Subversion Repositories HelenOS

Rev

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

Rev 2808 Rev 2825
Line 169... Line 169...
169
    ta->context = CONTEXT;
169
    ta->context = CONTEXT;
170
 
170
 
171
    ta->capabilities = 0;
171
    ta->capabilities = 0;
172
    ta->cycles = 0;
172
    ta->cycles = 0;
173
 
173
 
174
    ta->being_debugged = false;
174
    /* Init debugging stuff */
175
    ta->stop_request = false;
175
    ta->dt_state = UDEBUG_TS_INACTIVE;
176
    ta->debug_begin_call = NULL;
176
    ta->debug_begin_call = NULL;
177
    ta->debug_go_call = NULL;
177
    ta->debug_go_call = NULL;
178
    ta->not_stoppable_count = 0;
178
    ta->not_stoppable_count = 0;
179
 
179
 
180
    ipc_answerbox_init(&ta->kernel_box, ta);
180
    ipc_answerbox_init(&ta->kernel_box, ta);