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

Method GetExecutablePath

api/debuggercontroller.cpp:512–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510
511
512std::string DebuggerController::GetExecutablePath()
513{
514 char* path = BNDebuggerGetExecutablePath(m_object);
515 if (!path)
516 return "";
517
518 std::string result = path;
519 BNDebuggerFreeString(path);
520 return result;
521}
522
523
524std::string DebuggerController::GetWorkingDirectory()

Callers 3

performLaunchMethod · 0.45
AdapterSettingsDialogMethod · 0.45
SetupMenuMethod · 0.45

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected