IDA SDK
update_bpt_info_t Struct Reference

Detailed Description

Input argument for update_bpts()

Public Attributes

ea_t ea = BADADDR
 in: bpt address
 
bytevec_t orgbytes
 in(del), out(add): original bytes (only for swbpts)
 
bpttype_t type = BPT_SOFT
 in: bpt type
 
int size = 0
 in: bpt size (only for hwbpts)
 
uchar code = 0
 in: 0. More...
 
pid_t pid = NO_PROCESS
 in: process id
 
thid_t tid = NO_THREAD
 in: thread id
 

Public Member Functions

bool operator== (const update_bpt_info_t &b) const
 facilitate update_bpt_vec_t::find()
 

Member Data Documentation

◆ code

uchar update_bpt_info_t::code = 0

in: 0.

BPT_SKIP entries must be skipped by the debugger module out: Breakpoint verification codes


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