|
IDA C++ SDK 9.2
|
Fire the breakpoint upon one of these events. More...
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. | |
Fire the breakpoint upon one of these events.
| 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.