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 208... | Line 208... | ||
| 208 | waitq_t go_wq; |
208 | waitq_t go_wq; |
| 209 | call_t *debug_go_call; |
209 | call_t *debug_go_call; |
| 210 | unative_t syscall_args[6]; |
210 | unative_t syscall_args[6]; |
| 211 | istate_t *uspace_state; |
211 | istate_t *uspace_state; |
| 212 | bool debug_stop; |
212 | bool debug_stop; |
| - | 213 | bool debug_active; /**< In a debugging session */ |
|
| 213 | } thread_t; |
214 | } thread_t; |
| 214 | 215 | ||
| 215 | /** Thread list lock. |
216 | /** Thread list lock. |
| 216 | * |
217 | * |
| 217 | * This lock protects the threads_tree. |
218 | * This lock protects the threads_tree. |