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

Result of a step operation. More...

#include <step_controller.h>

Public Attributes

bool success
 
uint32_t new_pc
 
uint32_t instructions_executed
 
std::string message
 
std::optional< CallStackEntrycall
 
std::optional< CallStackEntryret
 

Detailed Description

Result of a step operation.

Definition at line 44 of file step_controller.h.

Member Data Documentation

◆ success

◆ new_pc

uint32_t yaze::emu::debug::StepResult::new_pc

◆ instructions_executed

uint32_t yaze::emu::debug::StepResult::instructions_executed

◆ message

std::string yaze::emu::debug::StepResult::message

◆ call

std::optional<CallStackEntry> yaze::emu::debug::StepResult::call

◆ ret

std::optional<CallStackEntry> yaze::emu::debug::StepResult::ret

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