|
IDA SDK
|
Fire the breakpoint upon one of these events.
Variables | |
| const bpttype_t | BPT_WRITE = 1 |
| Write access. | |
| const bpttype_t | BPT_READ = 2 |
| Read access. | |
| const bpttype_t | BPT_RDWR = 3 |
| Read/write access. | |
| const bpttype_t | BPT_SOFT = 4 |
| Software breakpoint. | |
| const bpttype_t | BPT_EXEC = 8 |
| Execute instruction. | |
| const bpttype_t | BPT_DEFAULT = (BPT_SOFT|BPT_EXEC) |
| Choose bpt type automatically. | |
1.8.9.1