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

Method framePc

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

Source from the content-addressed store, hash-verified

69 uint32_t tid() const { return m_tid; }
70 uint64_t threadPc() const { return m_threadPc; }
71 uint64_t framePc() const { return m_framePc; }
72 uint64_t sp() const { return m_sp; }
73 uint64_t fp() const { return m_fp; }
74 size_t frameIndex() const { return m_frameIndex; }

Callers 3

dataMethod · 0.80
copyMethod · 0.80
onDoubleClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected