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

#include <watchpoint_manager.h>

Public Attributes

uint32_t pc
 
uint32_t address
 
uint8_t old_value
 
uint8_t new_value
 
bool is_write
 
uint64_t cycle_count
 
std::string description
 

Detailed Description

Definition at line 28 of file watchpoint_manager.h.

Member Data Documentation

◆ pc

uint32_t yaze::emu::WatchpointManager::AccessLog::pc

Definition at line 29 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ address

uint32_t yaze::emu::WatchpointManager::AccessLog::address

Definition at line 30 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ old_value

uint8_t yaze::emu::WatchpointManager::AccessLog::old_value

Definition at line 31 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ new_value

uint8_t yaze::emu::WatchpointManager::AccessLog::new_value

Definition at line 32 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ is_write

bool yaze::emu::WatchpointManager::AccessLog::is_write

Definition at line 33 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ cycle_count

uint64_t yaze::emu::WatchpointManager::AccessLog::cycle_count

Definition at line 34 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().

◆ description

std::string yaze::emu::WatchpointManager::AccessLog::description

Definition at line 35 of file watchpoint_manager.h.

Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().


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