Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2441 | ||
|---|---|---|---|
| Line 46... | Line 46... | ||
| 46 | 46 | ||
| 47 | #define BKPOINT_CHECK_ZERO 0x8 |
47 | #define BKPOINT_CHECK_ZERO 0x8 |
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | extern void debugger_init(void); |
50 | extern void debugger_init(void); |
| 51 | extern int breakpoint_add(void * where, int flags, int curidx); |
51 | extern int breakpoint_add(const void *where, const int flags, int curidx); |
| 52 | extern void breakpoint_del(int slot); |
52 | extern void breakpoint_del(int slot); |
| 53 | 53 | ||
| 54 | #endif |
54 | #endif |
| 55 | 55 | ||
| 56 | /** @} |
56 | /** @} |