Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 33 : m_thread_wp(thread.shared_from_this()), in StopInfo() 40 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() 47 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() 55 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() 107 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() 149 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() 183 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() 261 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() 779 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() 883 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() [all …]
|
| H A D | ExecutionContext.cpp | 396 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef() 399 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 405 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 410 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 423 m_thread_wp = rhs.m_thread_wp; in operator =() 435 m_thread_wp = thread_sp; in operator =() 473 m_thread_wp = thread_sp; in SetThreadSP() 575 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() 585 m_thread_wp = thread_sp; in GetThreadSP()
|
| H A D | StackFrame.cpp | 58 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 84 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame() 110 : m_thread_wp(thread_sp), m_frame_index(frame_idx), in StackFrame()
|
| /openbsd-src/gnu/llvm/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() 174 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() 506 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
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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 | 217 ExecutionContext exe_ctx(m_thread_wp.lock()); in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1550 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|