MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugThread

Method DebugThread

api/debuggerapi.h:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected