Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 32 : m_thread_wp(thread.shared_from_this()), in StopInfo() 39 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() 46 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() 54 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() 108 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() 139 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() 168 ThreadSP thread_sp(m_thread_wp.lock()); in DoShouldNotify() 189 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() 267 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() 659 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() [all …]
|
| H A D | ExecutionContext.cpp | 407 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 411 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 418 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 424 : m_target_wp(), m_process_wp(), m_thread_wp(), in ExecutionContextRef() 431 m_thread_wp(rhs.m_thread_wp), m_tid(rhs.m_tid), in ExecutionContextRef() 439 m_thread_wp = rhs.m_thread_wp; in operator =() 451 m_thread_wp = thread_sp; in operator =() 489 m_thread_wp = thread_sp; in SetThreadSP() 591 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() 601 m_thread_wp = thread_sp; in GetThreadSP()
|
| H A D | StackFrame.cpp | 53 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 77 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 101 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | StopInfo.h | 35 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() 37 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 163 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. variable
|
| H A D | StackFrame.h | 128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() 560 lldb::ThreadWP m_thread_wp;
|
| H A D | ExecutionContext.h | 300 m_thread_wp.reset(); in ClearThread() 312 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 55 m_thread_wp = frame_sp->GetThread(); in Dematerializer() 61 lldb::ThreadWP m_thread_wp; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 23 : RegisterContext(thread, 0), m_thread_wp(thread.shared_from_this()), in RegisterContextThreadMemory() 29 ThreadSP thread_sp(m_thread_wp.lock()); in UpdateRegisterContext()
|
| H A D | RegisterContextThreadMemory.h | 90 lldb::ThreadWP m_thread_wp; variable
|
| H A D | StopInfoMachException.cpp | 35 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1399 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|