#include <cstdint>#include <functional>#include <optional>#include <stack>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | yaze::emu::debug::CallStackEntry |
| Tracks call stack for intelligent stepping. More... | |
| struct | yaze::emu::debug::StepResult |
| Result of a step operation. More... | |
| class | yaze::emu::debug::StepController |
| Controller for intelligent step operations. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::debug |
| namespace | yaze::emu::debug::opcode |