Include dependency graph for debugger.h:

Go to the source code of this file.
Data Structures | |
| struct | bpinfo_t |
Defines | |
| #define | BKPOINTS_MAX 10 |
| #define | BKPOINT_INPROG (1 << 0) |
| #define | BKPOINT_ONESHOT (1 << 1) |
| #define | BKPOINT_REINST (1 << 2) |
| #define | BKPOINT_FUNCCALL (1 << 3) |
Functions | |
| void | debugger_init (void) |
| void | debugger_bpoint (istate_t *istate) |
Variables | |
| bpinfo_t | breakpoints [BKPOINTS_MAX] |
Definition in file debugger.h.
1.4.6