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

Function BNDebuggerSetInputFile

core/ffi.cpp:703–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701
702
703void BNDebuggerSetInputFile(BNDebuggerController* controller, const char* path)
704{
705 controller->object->GetState()->SetInputFile(path);
706}
707
708
709void BNDebuggerSetExecutablePath(BNDebuggerController* controller, const char* path)

Callers 1

SetInputFileMethod · 0.85

Calls 2

GetStateMethod · 0.80
SetInputFileMethod · 0.45

Tested by

no test coverage detected