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

Method GetInputFile

api/debuggercontroller.cpp:500–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499
500std::string DebuggerController::GetInputFile()
501{
502 char* path = BNDebuggerGetInputFile(m_object);
503 if (!path)
504 return "";
505
506 std::string result = path;
507 BNDebuggerFreeString(path);
508 return result;
509}
510
511
512std::string DebuggerController::GetExecutablePath()

Callers 5

addMethod · 0.45
AdapterSettingsDialogMethod · 0.45
BreakpointToggleCallbackFunction · 0.45
updateIPHighlightMethod · 0.45
updateUIMethod · 0.45

Calls 2

BNDebuggerGetInputFileFunction · 0.85
BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected