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

Function BNDebuggerStepOver

core/ffi.cpp:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504
505bool BNDebuggerStepOver(BNDebuggerController* controller, BNFunctionGraphType il)
506{
507 return controller->object->StepOver(il);
508}
509
510
511bool BNDebuggerStepReturn(BNDebuggerController* controller)

Callers 1

StepOverMethod · 0.85

Calls 1

StepOverMethod · 0.45

Tested by

no test coverage detected