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

#include <breakpoint_manager.h>

Public Attributes

uint32_t id
 
uint32_t address
 
Type type
 
CpuType cpu
 
bool enabled
 
std::string condition
 
uint32_t hit_count
 
std::string description
 
std::function< bool(uint32_t pc, uint32_t address, uint8_t value)> callback
 

Detailed Description

Definition at line 41 of file breakpoint_manager.h.

Member Data Documentation

◆ id

uint32_t yaze::emu::BreakpointManager::Breakpoint::id

Definition at line 42 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ address

uint32_t yaze::emu::BreakpointManager::Breakpoint::address

Definition at line 43 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ type

Type yaze::emu::BreakpointManager::Breakpoint::type

Definition at line 44 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ cpu

CpuType yaze::emu::BreakpointManager::Breakpoint::cpu

Definition at line 45 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ enabled

bool yaze::emu::BreakpointManager::Breakpoint::enabled

Definition at line 46 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ condition

std::string yaze::emu::BreakpointManager::Breakpoint::condition

Definition at line 47 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ hit_count

uint32_t yaze::emu::BreakpointManager::Breakpoint::hit_count

◆ description

std::string yaze::emu::BreakpointManager::Breakpoint::description

Definition at line 49 of file breakpoint_manager.h.

Referenced by yaze::emu::BreakpointManager::AddBreakpoint().

◆ callback

std::function<bool(uint32_t pc, uint32_t address, uint8_t value)> yaze::emu::BreakpointManager::Breakpoint::callback

Definition at line 52 of file breakpoint_manager.h.


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