|
IDA SDK
|
Input argument for update_bpts()
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 | |
Public Member Functions | |
| bool | operator== (const update_bpt_info_t &b) const |
| facilitate update_bpt_vec_t::find() | |
| uchar update_bpt_info_t::code |
in: 0.
BPT_SKIP entries must be skipped by the debugger module out: Breakpoint verification codes
1.8.9.1