IDA C++ SDK 9.2
Loading...
Searching...
No Matches
lowcnd_t Struct Reference

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)

Detailed Description

Input argument for update_lowcnds().

Server-side low-level breakpoint conditions

Member Data Documentation

◆ ea

ea_t lowcnd_t::ea

address of the condition

◆ cndbody

qstring lowcnd_t::cndbody

new condition.

empty means 'remove condition' the following fields are valid only if condition is not empty:

◆ type

bpttype_t lowcnd_t::type

existing breakpoint type

◆ orgbytes

bytevec_t lowcnd_t::orgbytes

original bytes (if type==BPT_SOFT)

◆ cmd

insn_t lowcnd_t::cmd

decoded instruction at 'ea' (used for processors without single step feature, e.g.

arm)

◆ compiled

bool lowcnd_t::compiled

has 'cndbody' already been compiled?

◆ size

int lowcnd_t::size

breakpoint size (if type!=BPT_SOFT)


The documentation for this struct was generated from the following file: