Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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.