Rev 2833 | Rev 2866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2833 | Rev 2838 | ||
---|---|---|---|
Line 115... | Line 115... | ||
115 | UDEBUG_M_MEM_WRITE |
115 | UDEBUG_M_MEM_WRITE |
116 | 116 | ||
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_SYSCALL |
123 | UDEBUG_EVENT_SYSCALL /**< A syscall has been executed */ |
123 | } udebug_event_t; |
124 | } udebug_event_t; |
124 | 125 | ||
125 | #ifdef KERNEL |
126 | #ifdef KERNEL |
126 | 127 | ||
127 | typedef enum { |
128 | typedef enum { |