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

Method GetAllRegisters

core/debuggercontroller.cpp:1376–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374
1375
1376std::vector<DebugRegister> DebuggerController::GetAllRegisters()
1377{
1378 return m_state->GetRegisters()->GetAllRegisters();
1379}
1380
1381
1382uint64_t DebuggerController::GetRegisterValue(const std::string& name)

Callers

nothing calls this directly

Calls 1

GetRegistersMethod · 0.45

Tested by

no test coverage detected