Searched refs:m_thread_wp (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Target/ |
D | StopInfo.cpp | 38 m_thread_wp (thread.shared_from_this()), in StopInfo() 50 ThreadSP thread_sp (m_thread_wp.lock()); in IsValid() 59 ThreadSP thread_sp (m_thread_wp.lock()); in MakeStopInfoValid() 70 ThreadSP thread_sp (m_thread_wp.lock()); in HasTargetRunSinceMe() 141 ThreadSP thread_sp (m_thread_wp.lock()); in StoreBPInfo() 174 ThreadSP thread_sp (m_thread_wp.lock()); in ShouldStopSynchronous() 206 ThreadSP thread_sp (m_thread_wp.lock()); in DoShouldNotify() 233 ThreadSP thread_sp (m_thread_wp.lock()); in GetDescription() 318 ThreadSP thread_sp (m_thread_wp.lock()); in PerformAction() 604 ThreadSP thread_sp (m_thread_wp.lock()); in ShouldStopSynchronous() [all …]
|
D | ExecutionContext.cpp | 526 m_thread_wp (), in ExecutionContextRef() 535 m_thread_wp (), in ExecutionContextRef() 546 m_thread_wp (), in ExecutionContextRef() 557 m_thread_wp(), in ExecutionContextRef() 570 m_thread_wp (rhs.m_thread_wp), in ExecutionContextRef() 583 m_thread_wp = rhs.m_thread_wp; in operator =() 596 m_thread_wp = thread_sp; in operator =() 648 m_thread_wp = thread_sp; in SetThreadSP() 779 lldb::ThreadSP thread_sp (m_thread_wp.lock()); in GetThreadSP() 792 m_thread_wp = thread_sp; in GetThreadSP()
|
D | StackFrame.cpp | 53 m_thread_wp (thread_sp), in StackFrame() 81 m_thread_wp (thread_sp), in StackFrame() 116 m_thread_wp (thread_sp), in StackFrame()
|
/external/lldb/include/lldb/Target/ |
D | StopInfo.h | 46 m_thread_wp = thread_sp; in SetThread() 52 return m_thread_wp.lock(); in GetThread() 201 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. variable
|
D | StackFrame.h | 73 return m_thread_wp.lock(); in GetThread() 189 lldb::ThreadWP m_thread_wp;
|
D | ExecutionContext.h | 330 m_thread_wp.reset(); in ClearThread() 346 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread variable
|
/external/lldb/include/lldb/Expression/ |
D | Materializer.h | 70 m_thread_wp = frame_sp->GetThread(); in Dematerializer() 76 lldb::ThreadWP m_thread_wp; variable
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextThreadMemory.cpp | 24 m_thread_wp (thread.shared_from_this()), in RegisterContextThreadMemory() 38 ThreadSP thread_sp (m_thread_wp.lock()); in UpdateRegisterContext()
|
D | RegisterContextThreadMemory.h | 105 lldb::ThreadWP m_thread_wp; variable
|
D | StopInfoMachException.cpp | 37 ExecutionContext exe_ctx (m_thread_wp.lock()); in GetDescription()
|
/external/lldb/source/Expression/ |
D | Materializer.cpp | 1355 lldb::ThreadSP thread_sp = m_thread_wp.lock(); in Dematerialize()
|