Home
last modified time | relevance | path

Searched refs:SaveCoreStyle (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h58 lldb::SaveCoreStyle &core_style,
H A Dlldb-enumerations.h1136 enum SaveCoreStyle { enum
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1211 (lldb::SaveCoreStyle)OptionArgParser::ToOptionEnum( in SetOptionValue()
1227 SaveCoreStyle m_requested_save_core_style;
1236 SaveCoreStyle corefile_style = m_options.m_requested_save_core_style; in DoExecute()
1240 if (corefile_style == SaveCoreStyle::eSaveCoreDirtyOnly) { in DoExecute()
H A DOptions.td743 EnumArg<"SaveCoreStyle", "SaveCoreStyles()">, Desc<"Request a specific style "
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h195 lldb::SaveCoreStyle &core_style);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1230 SaveCoreStyle core_style = SaveCoreStyle::eSaveCoreFull; in SaveCore()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp688 lldb::SaveCoreStyle &core_style) { in SaveCore()