Rev 3892 | Rev 4132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3892 | Rev 4101 | ||
|---|---|---|---|
| Line 232... | Line 232... | ||
| 232 | printf("Reached breakpoint %d:%lx(%s)\n", slot, getip(istate), |
232 | printf("Reached breakpoint %d:%lx(%s)\n", slot, getip(istate), |
| 233 | get_symtab_entry(getip(istate))); |
233 | get_symtab_entry(getip(istate))); |
| 234 | 234 | ||
| 235 | #ifdef CONFIG_KCONSOLE |
235 | #ifdef CONFIG_KCONSOLE |
| 236 | atomic_set(&haltstate, 1); |
236 | atomic_set(&haltstate, 1); |
| 237 | kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false); |
237 | kconsole("debug", "Debug console ready.\n", false); |
| 238 | atomic_set(&haltstate, 0); |
238 | atomic_set(&haltstate, 0); |
| 239 | #endif |
239 | #endif |
| 240 | } |
240 | } |
| 241 | 241 | ||
| 242 | void breakpoint_del(int slot) |
242 | void breakpoint_del(int slot) |