MCPcopy 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
684uint64_t DebuggerController::GetLastIP()
685{
686 return BNDebuggerGetLastIP(m_object);
687}
688
689
690bool DebuggerController::SetIP(uint64_t address)

Callers 2

updateIPHighlightMethod · 0.45
navigateToCurrentIPMethod · 0.45

Calls 1

BNDebuggerGetLastIPFunction · 0.85

Tested by

no test coverage detected