Searched defs:thread_sp (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DOperatingSystem.cpp49 IsOperatingSystemPluginThread( const lldb::ThreadSP &thread_sp) argument
H A DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { argument
29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { argument
41 thread_sp); local
45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, argument
61 ThreadSP thread_sp; local
[all...]
H A DExecutionContext.cpp39 ExecutionContext::ExecutionContext(const lldb::ThreadSP &thread_sp) argument
254 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { argument
311 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { argument
478 SetThreadSP(const lldb::ThreadSP &thread_sp) argument
[all...]
H A DThreadList.cpp96 ThreadSP thread_sp; local
108 ThreadSP thread_sp; local
126 ThreadSP thread_sp; local
144 ThreadSP thread_sp; local
164 ThreadSP thread_sp; local
178 ThreadSP thread_sp; local
197 ThreadSP thread_sp; local
214 ThreadSP thread_sp; local
650 ThreadSP thread_sp = FindThreadByID(m_selected_tid); local
746 ExpressionExecutionThreadPusher( lldb::ThreadSP thread_sp) argument
[all...]
H A DStopInfo.cpp1172 ThreadSP thread_sp = stop_info_sp->GetThread(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h292 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { argument
H A DStopInfo.h32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } argument
H A DLanguageRuntime.h122 GetExceptionObjectForThread( lldb::ThreadSP thread_sp) argument
127 GetBacktraceThreadFromException( lldb::ValueObjectSP thread_sp) argument
H A DThread.h448 virtual bool SetBackingThread(const lldb::ThreadSP &thread_sp) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp105 ThreadSP thread_sp; local
H A DSBQueue.cpp104 ThreadSP thread_sp = thread_list[idx]; local
153 ThreadSP thread_sp = m_threads[idx].lock(); local
H A DSBProcess.cpp214 ThreadSP thread_sp; local
232 ThreadSP thread_sp; local
433 ThreadSP thread_sp; local
729 ThreadSP thread_sp; local
748 ThreadSP thread_sp; local
[all...]
H A DSBValue.cpp1059 ThreadSP thread_sp; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp285 auto thread_sp = GetThreadByMachPortNumber(exc.thread_port); local
373 auto thread_sp = GetThreadByID(unique_thread_id); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp196 lldb::ThreadSP thread_sp = exe_ctx.GetThreadSP(); local
H A DMaterializer.cpp1396 lldb::ThreadSP thread_sp = m_thread_wp.lock(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp260 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp162 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp216 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp230 ThreadSP thread_sp; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp859 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp534 GetExceptionObjectForThread( ThreadSP thread_sp) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp473 GetExceptionObjectForThread( ThreadSP thread_sp) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp758 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp565 ThreadSP thread_sp = m_thread_list.RemoveThreadByID(tid, false); local

Completed in 394 milliseconds

12