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

Function BNDebuggerConnectToDebugServer

core/ffi.cpp:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449
450bool BNDebuggerConnectToDebugServer(BNDebuggerController* controller)
451{
452 return controller->object->ConnectToDebugServer();
453}
454
455
456bool BNDebuggerDisconnectDebugServer(BNDebuggerController* controller)

Callers 1

ConnectToDebugServerMethod · 0.85

Calls 1

ConnectToDebugServerMethod · 0.45

Tested by

no test coverage detected