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
update_bpt_info_t Struct Reference

Input argument for update_bpts() More...

#include <idd.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

Input argument for update_bpts()

Member Data Documentation

◆ code

uchar update_bpt_info_t::code

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: