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

Function BNDebuggerPause

core/ffi.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468void BNDebuggerPause(BNDebuggerController* controller)
469{
470 controller->object->Pause();
471}
472
473
474// Convenience function, either launch the target process or connect to a remote, depending on the selected adapter

Callers 1

PauseMethod · 0.85

Calls 1

PauseMethod · 0.45

Tested by

no test coverage detected