#include <emulator_types.h>
Public Attributes | |
| uint32_t | id = 0 |
| uint32_t | address = 0 |
| BreakpointKind | kind = BreakpointKind::kUnspecified |
| CpuKind | cpu = CpuKind::kUnspecified |
| bool | enabled = true |
| std::string | condition |
| std::string | description |
| uint32_t | hit_count = 0 |
Definition at line 63 of file emulator_types.h.
| uint32_t yaze::emu::BreakpointSnapshot::id = 0 |
Definition at line 64 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::ListBreakpoints(), and yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| uint32_t yaze::emu::BreakpointSnapshot::address = 0 |
Definition at line 65 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::ListBreakpoints(), and yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| BreakpointKind yaze::emu::BreakpointSnapshot::kind = BreakpointKind::kUnspecified |
Definition at line 66 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::ListBreakpoints(), and yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| CpuKind yaze::emu::BreakpointSnapshot::cpu = CpuKind::kUnspecified |
Definition at line 67 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::ListBreakpoints(), and yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| bool yaze::emu::BreakpointSnapshot::enabled = true |
Definition at line 68 of file emulator_types.h.
Referenced by yaze::emu::InternalEmulatorAdapter::ListBreakpoints(), and yaze::emu::InternalEmulatorAdapter::RunToBreakpoint().
| std::string yaze::emu::BreakpointSnapshot::condition |
Definition at line 69 of file emulator_types.h.
| std::string yaze::emu::BreakpointSnapshot::description |
Definition at line 70 of file emulator_types.h.
| uint32_t yaze::emu::BreakpointSnapshot::hit_count = 0 |
Definition at line 71 of file emulator_types.h.