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

Function BNDebuggerRestart

core/ffi.cpp:420–423  ·  view source on GitHub ↗

TODO: Maybe this should return bool?

Source from the content-addressed store, hash-verified

418
419// TODO: Maybe this should return bool?
420void BNDebuggerRestart(BNDebuggerController* controller)
421{
422 controller->object->Restart();
423}
424
425
426void BNDebuggerQuit(BNDebuggerController* controller)

Callers 1

RestartMethod · 0.85

Calls 1

RestartMethod · 0.45

Tested by

no test coverage detected