| 1374 | |
| 1375 | |
| 1376 | std::vector<DebugRegister> DebuggerController::GetAllRegisters() |
| 1377 | { |
| 1378 | return m_state->GetRegisters()->GetAllRegisters(); |
| 1379 | } |
| 1380 | |
| 1381 | |
| 1382 | uint64_t DebuggerController::GetRegisterValue(const std::string& name) |
nothing calls this directly
no test coverage detected