Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 35 : m_thread_wp(thread.shared_from_this()), in StopInfo() 42 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() 49 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() 57 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() 109 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() 153 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() 187 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() 255 ThreadSP thread_sp(m_thread_wp.lock()); in GetSuggestedStackFrameIndex() 285 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() 802 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() [all …]
|
| H A D | ExecutionContext.cpp | 397 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef() 400 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 406 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 411 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 424 m_thread_wp = rhs.m_thread_wp; in operator =() 436 m_thread_wp = thread_sp; in operator =() 474 m_thread_wp = thread_sp; in SetThreadSP() 577 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() 587 m_thread_wp = thread_sp; in GetThreadSP()
|
| H A D | StackFrame.cpp | 62 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 88 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 114 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StopInfo.h | 33 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() 35 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 216 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. variable
|
| H A D | ExecutionContext.h | 255 m_thread_wp.reset(); in ClearThread() 265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread variable
|
| H A D | StackFrame.h | 128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 552 lldb::ThreadWP m_thread_wp; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 52 m_thread_wp = frame_sp->GetThread(); in Dematerializer() 58 lldb::ThreadWP m_thread_wp; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 22 : RegisterContext(thread, 0), m_thread_wp(thread.shared_from_this()), in RegisterContextThreadMemory() 30 ThreadSP thread_sp(m_thread_wp.lock()); in UpdateRegisterContext()
|
| H A D | RegisterContextThreadMemory.h | 93 lldb::ThreadWP m_thread_wp; variable
|
| H A D | StopInfoMachException.cpp | 223 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1572 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|