IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Hardware breakpoint ids

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.

Detailed Description

Fire the breakpoint upon one of these events.

Variable Documentation

◆ BPT_WRITE

const bpttype_t BPT_WRITE = 1

Write access.

◆ BPT_READ

const bpttype_t BPT_READ = 2

Read access.

◆ BPT_RDWR

const bpttype_t BPT_RDWR = 3

Read/write access.

◆ BPT_SOFT

const bpttype_t BPT_SOFT = 4

Software breakpoint.

◆ BPT_EXEC

const bpttype_t BPT_EXEC = 8

Execute instruction.

◆ BPT_DEFAULT

const bpttype_t BPT_DEFAULT = (BPT_SOFT|BPT_EXEC)

Choose bpt type automatically.