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

Function BNDebuggerStepIntoAndWait

core/ffi.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535BNDebugStopReason BNDebuggerStepIntoAndWait(BNDebuggerController* controller, BNFunctionGraphType il)
536{
537 return controller->object->StepIntoAndWait(il);
538}
539
540
541BNDebugStopReason BNDebuggerStepOverAndWait(BNDebuggerController* controller, BNFunctionGraphType il)

Callers 1

StepIntoAndWaitMethod · 0.85

Calls 1

StepIntoAndWaitMethod · 0.45

Tested by

no test coverage detected