Rev 2941 | Rev 2943 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2941 | Rev 2942 | ||
|---|---|---|---|
| Line 123... | Line 123... | ||
| 123 | } |
123 | } |
| 124 | 124 | ||
| 125 | cons_printf("unrecognized breakpoint at 0x%x\n", brk_addr); |
125 | cons_printf("unrecognized breakpoint at 0x%x\n", brk_addr); |
| 126 | } |
126 | } |
| 127 | 127 | ||
| 128 | void arch_event_trap(thash_t thread_hash) |
128 | void arch_event_trap(dthread_t *dt) |
| 129 | { |
129 | { |
| 130 | /* Unused */ |
130 | /* Unused */ |
| 131 | (void)thread_hash; |
131 | (void)dt; |
| 132 | } |
132 | } |
| 133 | 133 | ||
| 134 | void arch_dump_regs(thash_t thash) |
134 | void arch_dump_regs(thash_t thash) |
| 135 | { |
135 | { |
| 136 | } |
136 | } |
| 137 | 137 | ||
| - | 138 | void arch_set_singlestep(dthread_t *dt, int enable) |
|
| - | 139 | { |
|
| - | 140 | } |
|
| - | 141 | ||
| 138 | /** @} |
142 | /** @} |
| 139 | */ |
143 | */ |