yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::RomDebugAgent::DetectedIssue Struct Reference

Detected issue in ROM execution. More...

#include <rom_debug_agent.h>

Public Attributes

IssueType type
 
uint32_t address
 
std::string description
 
std::string suggested_fix
 
int severity
 

Detailed Description

Detected issue in ROM execution.

Definition at line 100 of file rom_debug_agent.h.

Member Data Documentation

◆ type

IssueType yaze::cli::agent::RomDebugAgent::DetectedIssue::type

Definition at line 101 of file rom_debug_agent.h.

◆ address

uint32_t yaze::cli::agent::RomDebugAgent::DetectedIssue::address

Definition at line 102 of file rom_debug_agent.h.

◆ description

std::string yaze::cli::agent::RomDebugAgent::DetectedIssue::description

Definition at line 103 of file rom_debug_agent.h.

◆ suggested_fix

std::string yaze::cli::agent::RomDebugAgent::DetectedIssue::suggested_fix

Definition at line 104 of file rom_debug_agent.h.

◆ severity

int yaze::cli::agent::RomDebugAgent::DetectedIssue::severity

Definition at line 105 of file rom_debug_agent.h.


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