| 135 | std::string m_hint {}; |
| 136 | |
| 137 | DebugRegister() = default; |
| 138 | |
| 139 | DebugRegister(std::string name, std::uintptr_t value, std::size_t width, std::size_t register_index) : |
| 140 | m_name(std::move(name)), m_value(value), m_width(width), m_registerIndex(register_index) |
nothing calls this directly
no outgoing calls
no test coverage detected