#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 |
Definition at line 28 of file watchpoint_manager.h.
uint32_t yaze::emu::WatchpointManager::AccessLog::pc |
Definition at line 29 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
uint32_t yaze::emu::WatchpointManager::AccessLog::address |
Definition at line 30 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
uint8_t yaze::emu::WatchpointManager::AccessLog::old_value |
Definition at line 31 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
uint8_t yaze::emu::WatchpointManager::AccessLog::new_value |
Definition at line 32 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
bool yaze::emu::WatchpointManager::AccessLog::is_write |
Definition at line 33 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
uint64_t yaze::emu::WatchpointManager::AccessLog::cycle_count |
Definition at line 34 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().
std::string yaze::emu::WatchpointManager::AccessLog::description |
Definition at line 35 of file watchpoint_manager.h.
Referenced by yaze::emu::WatchpointManager::OnMemoryAccess().