Home
last modified time | relevance | path

Searched refs:m_thread_sp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp20 : 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 …]
DThread.cpp163 : 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/
DExecutionContext.h398 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
DThread.h109 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread()
114 lldb::ThreadSP m_thread_sp;