HomeSort by relevance Sort by last modified time
    Searched refs:m_thread_wp (Results 1 - 11 of 11) sorted by null

  /external/lldb/include/lldb/Target/
StopInfo.h 46 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
StackFrame.h 73 return m_thread_wp.lock();
189 lldb::ThreadWP m_thread_wp; member in class:lldb_private::StackFrame
ExecutionContext.h 330 m_thread_wp.reset();
346 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread member in class:lldb_private::ExecutionContextRef
    [all...]
  /external/lldb/source/Target/
StopInfo.cpp 38 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.lock())
    [all...]
ExecutionContext.cpp 526 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 = thread_sp
    [all...]
StackFrame.cpp 53 m_thread_wp (thread_sp),
81 m_thread_wp (thread_sp),
116 m_thread_wp (thread_sp),
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextThreadMemory.h 105 lldb::ThreadWP m_thread_wp; member in class:lldb_private::RegisterContextThreadMemory
RegisterContextThreadMemory.cpp 24 m_thread_wp (thread.shared_from_this()),
38 ThreadSP thread_sp (m_thread_wp.lock());
StopInfoMachException.cpp 37 ExecutionContext exe_ctx (m_thread_wp.lock());
  /external/lldb/include/lldb/Expression/
Materializer.h 70 m_thread_wp = frame_sp->GetThread();
76 lldb::ThreadWP m_thread_wp; member in class:lldb_private::Materializer::Dematerializer
  /external/lldb/source/Expression/
Materializer.cpp     [all...]

Completed in 767 milliseconds