yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::BreakpointSnapshot Struct Reference

#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
 

Detailed Description

Definition at line 63 of file emulator_types.h.

Member Data Documentation

◆ id

uint32_t yaze::emu::BreakpointSnapshot::id = 0

◆ address

uint32_t yaze::emu::BreakpointSnapshot::address = 0

◆ kind

◆ cpu

◆ enabled

bool yaze::emu::BreakpointSnapshot::enabled = true

◆ condition

std::string yaze::emu::BreakpointSnapshot::condition

Definition at line 69 of file emulator_types.h.

◆ description

std::string yaze::emu::BreakpointSnapshot::description

Definition at line 70 of file emulator_types.h.

◆ hit_count

uint32_t yaze::emu::BreakpointSnapshot::hit_count = 0

Definition at line 71 of file emulator_types.h.


The documentation for this struct was generated from the following file: