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

Method FrameItem

ui/threadframes.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41public:
42 FrameItem() = default;
43
44 FrameItem(const DebugThread& thread, FrameItem* parentItem = nullptr) :
45 m_isFrozen(thread.m_isFrozen), m_tid(thread.m_tid), m_threadPc(thread.m_rip), m_parentItem(parentItem)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected