Rev 3617 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3617 | Rev 3622 | ||
---|---|---|---|
Line 145... | Line 145... | ||
145 | /** Task is not being debugged */ |
145 | /** Task is not being debugged */ |
146 | UDEBUG_TS_INACTIVE, |
146 | UDEBUG_TS_INACTIVE, |
147 | /** BEGIN operation in progress (waiting for threads to stop) */ |
147 | /** BEGIN operation in progress (waiting for threads to stop) */ |
148 | UDEBUG_TS_BEGINNING, |
148 | UDEBUG_TS_BEGINNING, |
149 | /** Debugger fully connected */ |
149 | /** Debugger fully connected */ |
150 | UDEBUG_TS_ACTIVE, |
150 | UDEBUG_TS_ACTIVE |
151 | /** Task is shutting down, no more debug activities allowed */ |
- | |
152 | UDEBUG_TS_SHUTDOWN |
- | |
153 | } udebug_task_state_t; |
151 | } udebug_task_state_t; |
154 | 152 | ||
155 | /** Debugging part of task_t structure. |
153 | /** Debugging part of task_t structure. |
156 | */ |
154 | */ |
157 | typedef struct { |
155 | typedef struct { |