Rev 2801 | Rev 2808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2801 | Rev 2804 | ||
---|---|---|---|
Line 97... | Line 97... | ||
97 | /** Debugging stuff */ |
97 | /** Debugging stuff */ |
98 | bool being_debugged; |
98 | bool being_debugged; |
99 | bool stop_request; |
99 | bool stop_request; |
100 | call_t *debug_begin_call; |
100 | call_t *debug_begin_call; |
101 | call_t *debug_go_call; |
101 | call_t *debug_go_call; |
- | 102 | int not_stoppable_count; |
|
102 | 103 | ||
103 | /** Architecture specific task data. */ |
104 | /** Architecture specific task data. */ |
104 | task_arch_t arch; |
105 | task_arch_t arch; |
105 | 106 | ||
106 | /** |
107 | /** |