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

Method SetInputFile

api/debuggercontroller.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553
554void DebuggerController::SetInputFile(const std::string& path)
555{
556 BNDebuggerSetInputFile(m_object, path.c_str());
557}
558
559
560void DebuggerController::SetExecutablePath(const std::string& path)

Callers

nothing calls this directly

Calls 1

BNDebuggerSetInputFileFunction · 0.85

Tested by

no test coverage detected