Searched refs:CreateRegisterContextForFrame (Results 1 – 15 of 15) sorted by relevance
46 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()52 ThreadMinidump::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadMinidump108 reg_ctx_sp = m_unwinder_ap->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
34 CreateRegisterContextForFrame(StackFrame *frame) override;
59 HistoryThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in HistoryThread60 return m_unwinder_ap->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
54 ThreadMemory::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadMemory66 reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
48 CreateRegisterContextForFrame(StackFrame *frame) override;
31 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
290 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()295 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadGDBRemote318 reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
55 CreateRegisterContextForFrame(StackFrame *frame) override;
64 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()70 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadElfCore241 reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
147 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
58 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function
475 CreateRegisterContextForFrame(StackFrame *frame) = 0;
50 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
244 FreeBSDThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) { in CreateRegisterContextForFrame() function in FreeBSDThread258 reg_ctx_sp = GetUnwinder()->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
1122 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame(this); in GetRegisterContext()