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

Function BNDebuggerLaunchOrConnect

core/ffi.cpp:475–478  ·  view source on GitHub ↗

Convenience function, either launch the target process or connect to a remote, depending on the selected adapter

Source from the content-addressed store, hash-verified

473
474// Convenience function, either launch the target process or connect to a remote, depending on the selected adapter
475void BNDebuggerLaunchOrConnect(BNDebuggerController* controller)
476{
477 controller->object->LaunchOrConnect();
478}
479
480
481bool BNDebuggerAttach(BNDebuggerController* controller)

Callers 1

LaunchOrConnectMethod · 0.85

Calls 1

LaunchOrConnectMethod · 0.45

Tested by

no test coverage detected