| 267 | |
| 268 | |
| 269 | bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value) |
| 270 | { |
| 271 | return BNDebuggerSetRegisterValue(m_object, name.c_str(), value); |
| 272 | } |
| 273 | |
| 274 | |
| 275 | bool DebuggerController::Go() |
nothing calls this directly
no test coverage detected