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
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. 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)
 

Detailed Description

Input argument for update_lowcnds().

Server-side low-level breakpoint conditions

Member Data Documentation

◆ cndbody

qstring lowcnd_t::cndbody

new condition.

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

◆ cmd

insn_t lowcnd_t::cmd

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

arm)


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