Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
826
uint64_t DebuggerState::IP()
827
{
828
if (!IsConnected())
829
return 0;
830
831
return m_adapter->GetInstructionOffset();
832
}
833
834
835
uint64_t DebuggerState::StackPointer()
Callers
11
StepIntoIL
Method · 0.45
StepOverIL
Method · 0.45
EmulateStepReturnAndWait
Method · 0.45
EmulateStepOverAndWait
Method · 0.45
EventHandler
Method · 0.45
DisasmDisplay
Function · 0.45
main
Function · 0.45
getUsedRegisterNames
Method · 0.45
JumpToIPCallback
Function · 0.45
updateIPHighlight
Method · 0.45
navigateToCurrentIP
Method · 0.45
Calls
1
GetInstructionOffset
Method · 0.45
Tested by
no test coverage detected