Home
last modified time | relevance | path

Searched defs:GetThread (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h143 virtual Thread &GetThread() { return m_thread; } in GetThread() function
HDUnwind.h61 Thread &GetThread() { return m_thread; } in GetThread() function
HDStackFrame.h127 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
HDStopInfo.h34 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
HDThread.h110 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExecutionContext.cpp101 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
HDSBThreadPlan.cpp129 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
HDSBFrame.cpp697 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
HDSBValue.cpp1049 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanTracer.cpp55 Thread &ThreadPlanTracer::GetThread() { in GetThread() function in ThreadPlanTracer
HDThreadPlan.cpp42 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stoptheworld_mac.cpp119 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDDecodedThread.cpp100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread() function in DecodedThread
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp5107 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate