| 1380 | |
| 1381 | |
| 1382 | uint64_t DebuggerController::GetRegisterValue(const std::string& name) |
| 1383 | { |
| 1384 | return m_state->GetRegisters()->GetRegisterValue(name); |
| 1385 | } |
| 1386 | |
| 1387 | |
| 1388 | bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value) |
nothing calls this directly
no test coverage detected