#include <emulator_types.h>

Public Attributes | |
| bool | hit = false |
| BreakpointSnapshot | breakpoint |
| CpuStateSnapshot | cpu_state |
Definition at line 112 of file emulator_types.h.
| bool yaze::emu::BreakpointHitResult::hit = false |
Definition at line 113 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| BreakpointSnapshot yaze::emu::BreakpointHitResult::breakpoint |
Definition at line 114 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| CpuStateSnapshot yaze::emu::BreakpointHitResult::cpu_state |
Definition at line 115 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().