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

Method GetCurrentIP

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

Source from the content-addressed store, hash-verified

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
214 // target control

Callers 1

BNDebuggerGetIPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected