Rev 3014 | Rev 3016 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3014 | Rev 3015 | ||
|---|---|---|---|
| Line 209... | Line 209... | ||
| 209 | void udebug_thread_e_event(void); |
209 | void udebug_thread_e_event(void); |
| 210 | 210 | ||
| 211 | void udebug_stoppable_begin(void); |
211 | void udebug_stoppable_begin(void); |
| 212 | void udebug_stoppable_end(void); |
212 | void udebug_stoppable_end(void); |
| 213 | 213 | ||
| - | 214 | void udebug_before_thread_runs(void); |
|
| - | 215 | ||
| 214 | void udebug_breakpoint_event(uintptr_t addr); |
216 | void udebug_breakpoint_event(uintptr_t addr); |
| 215 | void udebug_trap_event(uintptr_t addr); |
217 | void udebug_trap_event(uintptr_t addr); |
| 216 | 218 | ||
| 217 | int udebug_task_cleanup(struct task *ta); |
219 | int udebug_task_cleanup(struct task *ta); |
| 218 | 220 | ||