Home
last modified time | relevance | path

Searched refs:ShouldThreadBeSaved (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h42 bool ShouldThreadBeSaved(lldb::tid_t tid) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp108 bool SaveCoreOptions::ShouldThreadBeSaved(lldb::tid_t tid) const { in ShouldThreadBeSaved() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6569 return options.ShouldThreadBeSaved(t.GetID()); in SaveDynamicLoaderSections()
6616 if (core_options.ShouldThreadBeSaved(thread_sp->GetID())) { in SaveOffRegionsWithStackPointers()
6783 if (core_options.ShouldThreadBeSaved(thread_sp->GetID())) { in CalculateCoreFileThreadList()