Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerSetIP
Function
BNDebuggerSetIP
core/ffi.cpp:813–816 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
811
812
813
bool BNDebuggerSetIP(BNDebuggerController* controller, uint64_t address)
814
{
815
return controller->object->SetIP(address);
816
}
817
818
819
bool BNDebuggerContainsAbsoluteBreakpoint(BNDebuggerController* controller, uint64_t address)
Callers
1
SetIP
Method · 0.85
Calls
1
SetIP
Method · 0.45
Tested by
no test coverage detected