|
IDA C++ SDK 9.2
|
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 | |
Input argument for update_bpts()
|
inline |
facilitate update_bpt_vec_t::find()
| ea_t update_bpt_info_t::ea = BADADDR |
in: bpt address
| bytevec_t update_bpt_info_t::orgbytes |
in(del), out(add): original bytes (only for swbpts)
| int update_bpt_info_t::size = 0 |
in: bpt size (only for hwbpts)
| uchar update_bpt_info_t::code = 0 |
in: 0.
#BPT_SKIP entries must be skipped by the debugger module out: Breakpoint verification codes
| pid_t update_bpt_info_t::pid = NO_PROCESS |
in: process id
| thid_t update_bpt_info_t::tid = NO_THREAD |
in: thread id