Subversion Repositories HelenOS

Rev

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

Rev 2804 Rev 2808
Line 174... Line 174...
174
    ta->being_debugged = false;
174
    ta->being_debugged = false;
175
    ta->stop_request = false;
175
    ta->stop_request = false;
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
 
-
 
180
    ipc_answerbox_init(&ta->kernel_box, ta);
-
 
181
    ta->kb_thread = NULL;
179
   
182
 
180
    ipc_answerbox_init(&ta->answerbox, ta);
183
    ipc_answerbox_init(&ta->answerbox, ta);
181
    for (i = 0; i < IPC_MAX_PHONES; i++)
184
    for (i = 0; i < IPC_MAX_PHONES; i++)
182
        ipc_phone_init(&ta->phones[i]);
185
        ipc_phone_init(&ta->phones[i]);
183
    if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context,
186
    if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context,
184
        ta->context)))
187
        ta->context)))