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

Function BNDebuggerStepOverAndWait

core/ffi.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539
540
541BNDebugStopReason BNDebuggerStepOverAndWait(BNDebuggerController* controller, BNFunctionGraphType il)
542{
543 return controller->object->StepOverAndWait(il);
544}
545
546
547BNDebugStopReason BNDebuggerStepReturnAndWait(BNDebuggerController* controller)

Callers 1

StepOverAndWaitMethod · 0.85

Calls 1

StepOverAndWaitMethod · 0.45

Tested by

no test coverage detected