IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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 = 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.
pid_t pid = NO_PROCESS
 in: process id
thid_t tid = NO_THREAD
 in: thread id

Detailed Description

Input argument for update_bpts()

Member Function Documentation

◆ operator==()

bool update_bpt_info_t::operator== ( const update_bpt_info_t & b) const
inline

Member Data Documentation

◆ ea

ea_t update_bpt_info_t::ea = BADADDR

in: bpt address

◆ orgbytes

bytevec_t update_bpt_info_t::orgbytes

in(del), out(add): original bytes (only for swbpts)

◆ type

bpttype_t update_bpt_info_t::type = BPT_SOFT

in: bpt type

◆ size

int update_bpt_info_t::size = 0

in: bpt size (only for hwbpts)

◆ code

uchar update_bpt_info_t::code = 0

in: 0.

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

◆ pid

pid_t update_bpt_info_t::pid = NO_PROCESS

in: process id

◆ tid

thid_t update_bpt_info_t::tid = NO_THREAD

in: thread id


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