Rev 2867 | Rev 2902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2867 | Rev 2898 | ||
---|---|---|---|
Line 347... | Line 347... | ||
347 | /* Init debugging stuff */ |
347 | /* Init debugging stuff */ |
348 | waitq_initialize(&t->go_wq); |
348 | waitq_initialize(&t->go_wq); |
349 | t->debug_go_call = NULL; |
349 | t->debug_go_call = NULL; |
350 | t->uspace_state = NULL; |
350 | t->uspace_state = NULL; |
351 | t->debug_stop = true; |
351 | t->debug_stop = true; |
- | 352 | t->debug_stoppable = true; |
|
352 | t->debug_active = false; |
353 | t->debug_active = false; |
353 | t->cur_event = 0; /* none */ |
354 | t->cur_event = 0; /* none */ |
354 | 355 | ||
355 | /* might depend on previous initialization */ |
356 | /* might depend on previous initialization */ |
356 | thread_create_arch(t); |
357 | thread_create_arch(t); |