Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h731 Status CalculateCoreFileSaveRanges(const SaveCoreOptions &core_options,
738 CalculateCoreFileThreadList(const SaveCoreOptions &core_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h265 lldb_private::SaveCoreOptions &core_options);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6582 const SaveCoreOptions &core_options, in SaveOffRegionsWithStackPointers() argument
6616 if (core_options.ShouldThreadBeSaved(thread_sp->GetID())) { in SaveOffRegionsWithStackPointers()
6780 Process::CalculateCoreFileThreadList(const SaveCoreOptions &core_options) { in CalculateCoreFileThreadList() argument
6783 if (core_options.ShouldThreadBeSaved(thread_sp->GetID())) { in CalculateCoreFileThreadList()