MCPcopy Create free account
hub / github.com/Vector35/debugger / SetExecutablePath

Method SetExecutablePath

api/debuggercontroller.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558
559
560void DebuggerController::SetExecutablePath(const std::string& path)
561{
562 BNDebuggerSetExecutablePath(m_object, path.c_str());
563}
564
565
566void DebuggerController::SetWorkingDirectory(const std::string& path)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected