Home
last modified time | relevance | path

Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp32 : 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 DExecutionContext.cpp407 : 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 DStackFrame.cpp53 : 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 DStopInfo.h35 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 DStackFrame.h128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread()
560 lldb::ThreadWP m_thread_wp;
H A DExecutionContext.h300 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 DMaterializer.h55 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 DRegisterContextThreadMemory.cpp23 : RegisterContext(thread, 0), m_thread_wp(thread.shared_from_this()), in RegisterContextThreadMemory()
29 ThreadSP thread_sp(m_thread_wp.lock()); in UpdateRegisterContext()
H A DRegisterContextThreadMemory.h90 lldb::ThreadWP m_thread_wp; variable
H A DStopInfoMachException.cpp35 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp1399 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()