Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ SetIP
Method
SetIP
api/debuggercontroller.cpp:690–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
688
689
690
bool DebuggerController::SetIP(uint64_t address)
691
{
692
return BNDebuggerSetIP(m_object, address);
693
}
694
695
696
uint32_t DebuggerController::GetExitCode()
Callers
1
SetupMenu
Method · 0.45
Calls
1
BNDebuggerSetIP
Function · 0.85
Tested by
no test coverage detected