Rev 2838 | Rev 2867 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2838 | Rev 2866 | ||
---|---|---|---|
Line 117... | Line 117... | ||
117 | 117 | ||
118 | } udebug_method_t; |
118 | } udebug_method_t; |
119 | 119 | ||
120 | 120 | ||
121 | typedef enum { |
121 | typedef enum { |
122 | UDEBUG_EVENT_FINISHED, /**< Debuging session has finished */ |
122 | UDEBUG_EVENT_FINISHED = 1, /**< Debuging session has finished */ |
123 | UDEBUG_EVENT_SYSCALL /**< A syscall has been executed */ |
123 | UDEBUG_EVENT_SYSCALL /**< A syscall has been executed */ |
124 | } udebug_event_t; |
124 | } udebug_event_t; |
125 | 125 | ||
126 | #ifdef KERNEL |
126 | #ifdef KERNEL |
127 | 127 | ||
128 | typedef enum { |
128 | typedef enum { |