Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ GetLastIP
Method
GetLastIP
api/debuggercontroller.cpp:684–687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
682
683
684
uint64_t DebuggerController::GetLastIP()
685
{
686
return BNDebuggerGetLastIP(m_object);
687
}
688
689
690
bool DebuggerController::SetIP(uint64_t address)
Callers
2
updateIPHighlight
Method · 0.45
navigateToCurrentIP
Method · 0.45
Calls
1
BNDebuggerGetLastIP
Function · 0.85
Tested by
no test coverage detected