Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h141 virtual Thread &GetThread() { return m_thread; } in GetThread() function
H A DUnwind.h61 Thread &GetThread() { return m_thread; } in GetThread() function
H A DStackFrame.h125 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.h109 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp110 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
H A DSBThreadPlan.cpp136 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
H A DSBFrame.cpp717 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
H A DSBValue.cpp1055 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp55 Thread &ThreadPlanTracer::GetThread() { in GetThread() function in ThreadPlanTracer
H A DThreadPlan.cpp41 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3858 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate