| 
    IDA SDK
    
   | 
 
Used by bpt_t::props.
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... | |
| #define BKPT_PAGE 0x80 | 
written to the process as a page bpt.
Available only after writing the bpt to the process.