Home
last modified time | relevance | path

Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp111 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
H A DSBThread.cpp1306 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp277 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp337 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp598 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1042 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2102 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function