|
|
| Delegates (PreExecDelegate pre_exec_delegate, PostExecDelegate post_exec_delegate, BkptDelegate bkpt_delegate, SvcDelegate svc_delegate) |
| |
|
| Delegates (const Delegates &)=default |
| |
|
Delegates & | operator= (const Delegates &)=default |
| |
|
| Delegates (Delegates &&)=default |
| |
|
Delegates & | operator= (Delegates &&)=default |
| |
|
bool | IsPreExecSet () |
| |
|
bool | IsPostExecSet () |
| |
|
bool | IsBkptSet () |
| |
|
bool | IsSvcSet () |
| |
|
void | PreExec (EmuContext &emu_ctx) |
| |
|
void | PostExec (EmuContext &emu_ctx) |
| |
|
Result< BkptFlagsSet > | Bkpt (const u32 &imm32) |
| |
|
Result< SvcFlagsSet > | Svc (const u32 &imm32) |
| |
The documentation for this class was generated from the following file: