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

Function BNDebuggerGetWorkingDirectory

core/ffi.cpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666
667char* BNDebuggerGetWorkingDirectory(BNDebuggerController* controller)
668{
669 return BNDebuggerAllocString(controller->object->GetState()->GetWorkingDirectory().c_str());
670}
671
672
673bool BNDebuggerGetRequestTerminalEmulator(BNDebuggerController* controller)

Callers 1

GetWorkingDirectoryMethod · 0.85

Calls 3

BNDebuggerAllocStringFunction · 0.85
GetStateMethod · 0.80
GetWorkingDirectoryMethod · 0.45

Tested by

no test coverage detected