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

Method GetRegisterValue

core/debuggercontroller.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380
1381
1382uint64_t DebuggerController::GetRegisterValue(const std::string& name)
1383{
1384 return m_state->GetRegisters()->GetRegisterValue(name);
1385}
1386
1387
1388bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value)

Callers

nothing calls this directly

Calls 1

GetRegistersMethod · 0.45

Tested by

no test coverage detected