Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h137 virtual Thread &GetThread() { return m_thread; } GetThread() function
H A DUnwind.h61 Thread &GetThread() { return m_thread; } in GetThread() function
H A DStackFrame.h127 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DStopInfo.h34 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DThread.h110 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp101 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
H A DSBThreadPlan.cpp130 SBThread SBThreadPlan::GetThread() const { GetThread() function in SBThreadPlan
H A DSBFrame.cpp697 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
H A DSBValue.cpp1049 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp56 Thread &ThreadPlanTracer::GetThread() { GetThread() function in ThreadPlanTracer
H A DThreadPlan.cpp42 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp119 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread() function in DecodedThread
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5107 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate