| 299 | bool m_isFrozen {}; |
| 300 | |
| 301 | DebugThread() {} |
| 302 | DebugThread(std::uint32_t tid) : m_tid(tid) {} |
| 303 | DebugThread(std::uint32_t tid, std::uintptr_t rip) : m_tid(tid), m_rip(rip) {} |
| 304 |
nothing calls this directly
no outgoing calls
no test coverage detected