Searched refs:m_thread_sp (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | ExecutionContext.cpp | 20 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() {} in ExecutionContext() 24 m_thread_sp(rhs.m_thread_sp), m_frame_sp(rhs.m_frame_sp) {} in ExecutionContext() 28 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 34 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 40 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 46 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 53 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 60 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 67 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 74 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() [all …]
|
D | Thread.cpp | 163 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData() 167 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData() 169 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 398 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr() 463 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP() 562 lldb::ThreadSP m_thread_sp; ///< The thread that owns the frame variable
|
D | Thread.h | 109 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() 114 lldb::ThreadSP m_thread_sp;
|