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
Internal breakpoint properties

Used by bpt_t::props. More...

Macros

#define BKPT_BADBPT   0x01
 failed to write the bpt to the process memory (at least one location)
 
#define BKPT_LISTBPT   0x02
 include in bpt list (user-defined bpt)
 
#define BKPT_TRACE   0x04
 trace bpt; should not be deleted when the process gets suspended
 
#define BKPT_ACTIVE   0x08
 active?
 
#define BKPT_PARTIAL   0x10
 partially active? (some locations were not written yet)
 
#define BKPT_CNDREADY   0x20
 condition has been compiled
 
#define BKPT_FAKEPEND   0x40
 fake pending bpt: it is inactive but another bpt of the same type is active at the same address(es)
 
#define BKPT_PAGE   0x80
 written to the process as a page bpt. More...
 

Detailed Description

Used by bpt_t::props.

Macro Definition Documentation

◆ BKPT_PAGE

#define BKPT_PAGE   0x80

written to the process as a page bpt.

Available only after writing the bpt to the process.