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

/external/lldb/include/lldb/Target/
H A DStopInfo.h46 m_thread_wp = thread_sp;
52 return m_thread_wp.lock();
201 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. member in class:lldb_private::StopInfo
H A DExecutionContext.h330 m_thread_wp.reset();
346 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread member in class:lldb_private::ExecutionContextRef
H A DStackFrame.h73 return m_thread_wp.lock();
189 lldb::ThreadWP m_thread_wp; member in class:lldb_private::StackFrame
/external/lldb/source/Target/
H A DStopInfo.cpp38 m_thread_wp (thread.shared_from_this()),
50 ThreadSP thread_sp (m_thread_wp.lock());
59 ThreadSP thread_sp (m_thread_wp.lock());
70 ThreadSP thread_sp (m_thread_wp.lock());
141 ThreadSP thread_sp (m_thread_wp.lock());
174 ThreadSP thread_sp (m_thread_wp.lock());
206 ThreadSP thread_sp (m_thread_wp.lock());
233 ThreadSP thread_sp (m_thread_wp.lock());
318 ThreadSP thread_sp (m_thread_wp.lock());
604 ThreadSP thread_sp (m_thread_wp
[all...]
H A DExecutionContext.cpp526 m_thread_wp (),
535 m_thread_wp (),
546 m_thread_wp (),
557 m_thread_wp(),
570 m_thread_wp (rhs.m_thread_wp),
583 m_thread_wp = rhs.m_thread_wp;
596 m_thread_wp = thread_sp;
648 m_thread_wp
[all...]
H A DStackFrame.cpp53 m_thread_wp (thread_sp),
81 m_thread_wp (thread_sp),
116 m_thread_wp (thread_sp),
/external/lldb/include/lldb/Expression/
H A DMaterializer.h70 m_thread_wp = frame_sp->GetThread();
76 lldb::ThreadWP m_thread_wp; member in class:lldb_private::Materializer::Dematerializer
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp24 m_thread_wp (thread.shared_from_this()),
38 ThreadSP thread_sp (m_thread_wp.lock());
H A DRegisterContextThreadMemory.h105 lldb::ThreadWP m_thread_wp; member in class:lldb_private::RegisterContextThreadMemory
H A DStopInfoMachException.cpp37 ExecutionContext exe_ctx (m_thread_wp.lock());
/external/lldb/source/Expression/
H A DMaterializer.cpp1355 lldb::ThreadSP thread_sp = m_thread_wp.lock();

Completed in 225 milliseconds