yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
project_graph_tool.cc File Reference
#include "cli/service/agent/tools/project_graph_tool.h"
#include <filesystem>
#include <fstream>
#include <map>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "cli/service/resources/command_context.h"
#include "util/json.h"
#include "util/log.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 
namespace  yaze::cli::agent::tools
 

Functions

absl::StatusOr< uint32_t > yaze::cli::agent::tools::ParseAddress (absl::string_view value)
 
bool yaze::cli::agent::tools::LoadJsonFile (const std::string &path, Json *out)
 
uint32_t yaze::cli::agent::tools::NormalizeLoRomMirror (uint32_t address)
 
int yaze::cli::agent::tools::GetLoRomBankIndex (uint32_t address)
 
absl::StatusOr< int > yaze::cli::agent::tools::ParseBankIndex (absl::string_view value)
 
std::string yaze::cli::agent::tools::GetProjectSymbolsPath (const project::YazeProject &project)
 
std::map< std::string, core::AsarSymbolyaze::cli::agent::tools::LoadSymbolsFromMlb (const std::string &path)
 
const Jsonyaze::cli::agent::tools::FindBestSourceEntry (const Json &sourcemap, uint32_t address)
 
std::string yaze::cli::agent::tools::LookupSourceFile (const Json &sourcemap, int file_id)
 
bool yaze::cli::agent::tools::LoadProjectSourceMap (const project::YazeProject &project, Json *out)
 
bool yaze::cli::agent::tools::LoadProjectHooks (const project::YazeProject &project, Json *out)
 
std::string yaze::cli::agent::tools::GetDisasmBankFile (const project::YazeProject &project, int bank)