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

Function BNDebuggerSetWorkingDirectory

core/ffi.cpp:715–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713
714
715void BNDebuggerSetWorkingDirectory(BNDebuggerController* controller, const char* path)
716{
717 controller->object->GetState()->SetWorkingDirectory(path);
718}
719
720
721void BNDebuggerSetRequestTerminalEmulator(BNDebuggerController* controller, bool requestEmulator)

Callers 1

SetWorkingDirectoryMethod · 0.85

Calls 2

GetStateMethod · 0.80
SetWorkingDirectoryMethod · 0.45

Tested by

no test coverage detected