| 261 | |
| 262 | |
| 263 | uint64_t DebuggerController::GetRegisterValue(const std::string& name) |
| 264 | { |
| 265 | return BNDebuggerGetRegisterValue(m_object, name.c_str()); |
| 266 | } |
| 267 | |
| 268 | |
| 269 | bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value) |
nothing calls this directly
no test coverage detected