| 344 | |
| 345 | |
| 346 | struct DebugRegister |
| 347 | { |
| 348 | std::string m_name {}; |
| 349 | std::uintptr_t m_value {}; |
| 350 | std::size_t m_width {}, m_registerIndex {}; |
| 351 | std::string m_hint {}; |
| 352 | }; |
| 353 | |
| 354 | |
| 355 | struct DebugBreakpoint |
nothing calls this directly
no outgoing calls
no test coverage detected