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

Method IP

core/debuggerstate.cpp:826–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824
825
826uint64_t DebuggerState::IP()
827{
828 if (!IsConnected())
829 return 0;
830
831 return m_adapter->GetInstructionOffset();
832}
833
834
835uint64_t DebuggerState::StackPointer()

Callers 11

StepIntoILMethod · 0.45
StepOverILMethod · 0.45
EventHandlerMethod · 0.45
DisasmDisplayFunction · 0.45
mainFunction · 0.45
getUsedRegisterNamesMethod · 0.45
JumpToIPCallbackFunction · 0.45
updateIPHighlightMethod · 0.45
navigateToCurrentIPMethod · 0.45

Calls 1

GetInstructionOffsetMethod · 0.45

Tested by

no test coverage detected