Rev 2894 | Rev 2899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2894 | Rev 2898 | ||
|---|---|---|---|
| Line 146... | Line 146... | ||
| 146 | } udebug_method_t; |
146 | } udebug_method_t; |
| 147 | 147 | ||
| 148 | 148 | ||
| 149 | typedef enum { |
149 | typedef enum { |
| 150 | UDEBUG_EVENT_FINISHED = 1, /**< Debuging session has finished */ |
150 | UDEBUG_EVENT_FINISHED = 1, /**< Debuging session has finished */ |
| - | 151 | UDEBUG_EVENT_STOP, /**< Stopped on DEBUG_STOP request */ |
|
| 151 | UDEBUG_EVENT_SYSCALL, /**< A syscall has been executed */ |
152 | UDEBUG_EVENT_SYSCALL, /**< A syscall has been executed */ |
| 152 | UDEBUG_EVENT_NEW_THREAD /**< The task created a new thread */ |
153 | UDEBUG_EVENT_NEW_THREAD /**< The task created a new thread */ |
| 153 | } udebug_event_t; |
154 | } udebug_event_t; |
| 154 | 155 | ||
| 155 | #ifdef KERNEL |
156 | #ifdef KERNEL |