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

Method GetInstructionOffset

core/adapters/dbgengadapter.cpp:1253–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253uint64_t DbgEngAdapter::GetInstructionOffset()
1254{
1255 if (!m_debugRegisters)
1256 return -1;
1257 std::uintptr_t register_offset {};
1258 this->m_debugRegisters->GetInstructionOffset(&register_offset);
1259
1260 return register_offset;
1261}
1262
1263uint64_t DbgEngAdapter::GetStackPointer()
1264{

Callers 1

GetActiveThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected