Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 31 : m_thread_wp(thread.shared_from_this()), in StopInfo() 38 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() 45 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() 53 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() 105 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() 136 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() 165 ThreadSP thread_sp(m_thread_wp.lock()); in DoShouldNotify() 186 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() 264 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() 651 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() [all …]
|
D | ExecutionContext.cpp | 398 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 402 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 409 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 415 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 422 m_thread_wp(rhs.m_thread_wp), m_tid(rhs.m_tid), in ExecutionContextRef() 430 m_thread_wp = rhs.m_thread_wp; in operator =() 442 m_thread_wp = thread_sp; in operator =() 480 m_thread_wp = thread_sp; in SetThreadSP() 582 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() 592 m_thread_wp = thread_sp; in GetThreadSP()
|
D | StackFrame.cpp | 56 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 82 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 108 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | StopInfo.h | 32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() 34 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 161 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. variable
|
D | StackFrame.h | 125 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 499 lldb::ThreadWP m_thread_wp;
|
D | ExecutionContext.h | 255 m_thread_wp.reset(); in ClearThread() 265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread variable
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | Materializer.h | 52 m_thread_wp = frame_sp->GetThread(); in Dematerializer() 58 lldb::ThreadWP m_thread_wp; variable
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextThreadMemory.cpp | 22 : RegisterContext(thread, 0), m_thread_wp(thread.shared_from_this()), in RegisterContextThreadMemory() 28 ThreadSP thread_sp(m_thread_wp.lock()); in UpdateRegisterContext()
|
D | RegisterContextThreadMemory.h | 89 lldb::ThreadWP m_thread_wp; variable
|
D | StopInfoMachException.cpp | 39 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 1399 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|