Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
505
bool BNDebuggerStepOver(BNDebuggerController* controller, BNFunctionGraphType il)
506
{
507
return controller->object->StepOver(il);
508
}
509
510
511
bool BNDebuggerStepReturn(BNDebuggerController* controller)
Callers
1
StepOver
Method · 0.85
Calls
1
StepOver
Method · 0.45
Tested by
no test coverage detected