#include <cstdint>#include <map>#include <memory>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "app/emu/debug/symbol_provider.h"#include "cli/service/agent/disassembler_65816.h"#include "cli/service/agent/emulator_service_impl.h"#include "protos/emulator_service.grpc.pb.h"
Go to the source code of this file.
Classes | |
| class | yaze::cli::agent::RomDebugAgent |
| ROM Debugging Agent for AI-assisted ROM hacking. More... | |
| struct | yaze::cli::agent::RomDebugAgent::BreakpointAnalysis |
| Analysis result for a breakpoint hit. More... | |
| struct | yaze::cli::agent::RomDebugAgent::MemoryAnalysis |
| Analysis of a memory region. More... | |
| struct | yaze::cli::agent::RomDebugAgent::PatchComparisonResult |
| Results from patch comparison. More... | |
| struct | yaze::cli::agent::RomDebugAgent::DetectedIssue |
| Detected issue in ROM execution. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |