MCPcopy Create free account
hub / github.com/Vector35/debugger / GetLastIP

Method GetLastIP

core/debuggercontroller.h:210–210  ·  view source on GitHub ↗

shortcut for instruction pointer

Source from the content-addressed store, hash-verified

208
209 // shortcut for instruction pointer
210 uint64_t GetLastIP() const { return m_lastIP; }
211 uint64_t GetCurrentIP() const { return m_currentIP; }
212 bool SetIP(uint64_t address);
213

Callers 1

BNDebuggerGetLastIPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected