Rev 2826 | Rev 2839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2826 | Rev 2827 | ||
|---|---|---|---|
| Line 345... | Line 345... | ||
| 345 | /* Init debugging stuff */ |
345 | /* Init debugging stuff */ |
| 346 | waitq_initialize(&t->go_wq); |
346 | waitq_initialize(&t->go_wq); |
| 347 | t->debug_go_call = NULL; |
347 | t->debug_go_call = NULL; |
| 348 | t->uspace_state = NULL; |
348 | t->uspace_state = NULL; |
| 349 | t->debug_stop = true; |
349 | t->debug_stop = true; |
| - | 350 | t->debug_active = false; |
|
| 350 | 351 | ||
| 351 | /* might depend on previous initialization */ |
352 | /* might depend on previous initialization */ |
| 352 | thread_create_arch(t); |
353 | thread_create_arch(t); |
| 353 | 354 | ||
| 354 | if (!(flags & THREAD_FLAG_NOATTACH)) |
355 | if (!(flags & THREAD_FLAG_NOATTACH)) |