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< CallStackEntry > | call |
| std::optional< CallStackEntry > | ret |
Result of a step operation.
Definition at line 44 of file step_controller.h.
| bool yaze::emu::debug::StepResult::success |
Definition at line 45 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), yaze::emu::debug::StepController::StepOut(), and yaze::emu::debug::StepController::StepOver().
| uint32_t yaze::emu::debug::StepResult::new_pc |
Definition at line 46 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), yaze::emu::debug::StepController::StepOut(), and yaze::emu::debug::StepController::StepOver().
| uint32_t yaze::emu::debug::StepResult::instructions_executed |
Definition at line 47 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), yaze::emu::debug::StepController::StepOut(), and yaze::emu::debug::StepController::StepOver().
| std::string yaze::emu::debug::StepResult::message |
Definition at line 48 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), yaze::emu::debug::StepController::StepOut(), and yaze::emu::debug::StepController::StepOver().
| std::optional<CallStackEntry> yaze::emu::debug::StepResult::call |
Definition at line 49 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), and yaze::emu::debug::StepController::StepOver().
| std::optional<CallStackEntry> yaze::emu::debug::StepResult::ret |
Definition at line 50 of file step_controller.h.
Referenced by yaze::emu::debug::StepController::StepInto(), and yaze::emu::debug::StepController::StepOut().