Home
last modified time | relevance | path

Searched refs:eSaveCoreFull (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp131 if (!m_threads_to_save.empty() && GetStyle() == lldb::eSaveCoreFull) in EnsureValidConfiguration()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h17 {lldb::eSaveCoreFull, "full", "Create a core file with all memory saved"},
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1234 eSaveCoreFull = 1, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1238 options.SetStyle(SaveCoreStyle::eSaveCoreFull); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6756 case eSaveCoreFull: in CalculateCoreFileSaveRanges()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83194 {SWIG_LUA_CONSTTAB_INT("eSaveCoreFull", (lldb::eSaveCoreFull))},