Searched refs:CreateRegisterContextForFrame (Results 1 – 13 of 13) sorted by relevance
67 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()73 ThreadElfCore::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadElfCore153 reg_ctx_sp = m_unwinder_ap->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
134 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
186 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()191 ThreadGDBRemote::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadGDBRemote215 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
48 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
67 HistoryThread::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in HistoryThread69 return m_unwinder_ap->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
81 ThreadMemory::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadMemory97 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
46 CreateRegisterContextForFrame (StackFrame *frame);
40 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
82 CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function
383 CreateRegisterContextForFrame (StackFrame *frame) = 0;
60 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
218 POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) in CreateRegisterContextForFrame() function in POSIXThread235 reg_ctx_sp = GetUnwinder()->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
1198 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame (this); in GetRegisterContext()