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

Function BNDebuggerGetInputFile

core/ffi.cpp:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653
654
655char* BNDebuggerGetInputFile(BNDebuggerController* controller)
656{
657 return BNDebuggerAllocString(controller->object->GetState()->GetInputFile().c_str());
658}
659
660
661char* BNDebuggerGetExecutablePath(BNDebuggerController* controller)

Callers 1

GetInputFileMethod · 0.85

Calls 3

BNDebuggerAllocStringFunction · 0.85
GetStateMethod · 0.80
GetInputFileMethod · 0.45

Tested by

no test coverage detected