Rev 2071 | Rev 2441 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2100 | ||
|---|---|---|---|
| Line 246... | Line 246... | ||
| 246 | } |
246 | } |
| 247 | printf("Reached breakpoint %d:%p(%s)\n", slot, getip(istate), |
247 | printf("Reached breakpoint %d:%p(%s)\n", slot, getip(istate), |
| 248 | get_symtab_entry(getip(istate))); |
248 | get_symtab_entry(getip(istate))); |
| 249 | printf("***Type 'exit' to exit kconsole.\n"); |
249 | printf("***Type 'exit' to exit kconsole.\n"); |
| 250 | atomic_set(&haltstate,1); |
250 | atomic_set(&haltstate,1); |
| 251 | kconsole("debug"); |
251 | kconsole((void *) "debug"); |
| 252 | atomic_set(&haltstate,0); |
252 | atomic_set(&haltstate,0); |
| 253 | } |
253 | } |
| 254 | 254 | ||
| 255 | void breakpoint_del(int slot) |
255 | void breakpoint_del(int slot) |
| 256 | { |
256 | { |