Include dependency graph for debugger.h:

Go to the source code of this file.
Defines | |
| #define | BKPOINTS_MAX 4 |
| #define | BKPOINT_INSTR 0x1 |
| #define | BKPOINT_WRITE 0x2 |
| #define | BKPOINT_READ_WRITE 0x4 |
| #define | BKPOINT_CHECK_ZERO 0x8 |
Functions | |
| void | debugger_init (void) |
| int | breakpoint_add (void *where, int flags, int curidx) |
| void | breakpoint_del (int slot) |
Definition in file debugger.h.
1.4.6