| 
    IDA SDK
    
   | 
 
Input argument for update_lowcnds().
Server-side low-level breakpoint conditions
Public Attributes | |
| ea_t | ea | 
| address of the condition  | |
| qstring | cndbody | 
| new condition.  More... | |
| bpttype_t | type | 
| existing breakpoint type  | |
| bytevec_t | orgbytes | 
| original bytes (if type==BPT_SOFT)  | |
| insn_t | cmd | 
| decoded instruction at 'ea' (used for processors without single step feature, e.g.  More... | |
| bool | compiled | 
| has 'cndbody' already been compiled?  | |
| int | size | 
| breakpoint size (if type!=BPT_SOFT)  | |
| qstring lowcnd_t::cndbody | 
new condition.
empty means 'remove condition' the following fields are valid only if condition is not empty:
| insn_t lowcnd_t::cmd | 
decoded instruction at 'ea' (used for processors without single step feature, e.g.
arm)