Rev 1072 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1072 | Rev 1077 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | 40 | ||
| 41 | #define BKPOINT_CHECK_ZERO 0x8 |
41 | #define BKPOINT_CHECK_ZERO 0x8 |
| 42 | 42 | ||
| 43 | 43 | ||
| 44 | extern void debugger_init(void); |
44 | extern void debugger_init(void); |
| 45 | extern int breakpoint_add(void * where, int flags); |
45 | extern int breakpoint_add(void * where, int flags, int curidx); |
| 46 | extern void breakpoint_del(int slot); |
46 | extern void breakpoint_del(int slot); |
| 47 | 47 | ||
| 48 | #endif |
48 | #endif |