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

Function BNDebuggerGoAndWait

core/ffi.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528
529BNDebugStopReason BNDebuggerGoAndWait(BNDebuggerController* controller)
530{
531 return controller->object->GoAndWait();
532}
533
534
535BNDebugStopReason BNDebuggerStepIntoAndWait(BNDebuggerController* controller, BNFunctionGraphType il)

Callers 1

GoAndWaitMethod · 0.85

Calls 1

GoAndWaitMethod · 0.45

Tested by

no test coverage detected