| 1386 | |
| 1387 | |
| 1388 | bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value) |
| 1389 | { |
| 1390 | return m_state->GetRegisters()->SetRegisterValue(name, value); |
| 1391 | } |
| 1392 | |
| 1393 | |
| 1394 | DebugAdapterTargetStatus DebuggerController::GetExecutionStatus() |
nothing calls this directly
no test coverage detected