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

Method isFrame

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

Source from the content-addressed store, hash-verified

65 FrameItem* parentItem();
66
67 bool isFrame() const { return m_isFrame; }
68 bool isFrozen() const { return m_isFrozen; }
69 uint32_t tid() const { return m_tid; }
70 uint64_t threadPc() const { return m_threadPc; }

Callers 7

dataMethod · 0.80
paintMethod · 0.80
resumeThreadMethod · 0.80
suspendThreadMethod · 0.80
canSuspendOrResumeMethod · 0.80
copyMethod · 0.80
onDoubleClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected