Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A 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() 688 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() [all …]
|
| H A D | ExecutionContext.cpp | 398 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef() 401 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 408 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 414 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 421 m_thread_wp(rhs.m_thread_wp), m_tid(rhs.m_tid), in ExecutionContextRef() 429 m_thread_wp = rhs.m_thread_wp; in operator =() 441 m_thread_wp = thread_sp; in operator =() 479 m_thread_wp = thread_sp; in SetThreadSP() 581 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() 591 m_thread_wp = thread_sp; in GetThreadSP()
|
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A 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() 164 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. variable
|
| H A D | StackFrame.h | 125 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 501 lldb::ThreadWP m_thread_wp;
|
| 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
|
| /freebsd-13.1/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-13.1/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() 28 ThreadSP thread_sp(m_thread_wp.lock()); in UpdateRegisterContext()
|
| H A D | RegisterContextThreadMemory.h | 89 lldb::ThreadWP m_thread_wp; variable
|
| H A D | StopInfoMachException.cpp | 39 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1401 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|