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