yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
symbol_provider.h File Reference
#include <cstdint>
#include <map>
#include <optional>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::emu::debug::Symbol
 Information about a symbol (label, constant, or address) More...
 
class  yaze::emu::debug::SymbolProvider
 Provider for symbol (label) resolution in disassembly. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::emu
 SNES Emulation and debugging tools.
 
namespace  yaze::emu::debug
 

Enumerations

enum class  yaze::emu::debug::SymbolFormat {
  yaze::emu::debug::kAuto , yaze::emu::debug::kAsar , yaze::emu::debug::kWlaDx , yaze::emu::debug::kMesen ,
  yaze::emu::debug::kBsnes , yaze::emu::debug::kNo$snes
}
 Supported symbol file formats. More...