Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h374 SaveCoreStyle core_style);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1244 SaveCoreStyle core_style) { in SaveCore() argument
1245 LLDB_INSTRUMENT_VA(this, file_name, flavor, core_style); in SaveCore()
1248 options.SetStyle(core_style); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6726 SaveCoreStyle core_style = options.GetStyle(); in CalculateCoreFileSaveRanges() local
6732 if (core_style == eSaveCoreUnspecified) in CalculateCoreFileSaveRanges()
6742 if (core_style != lldb::eSaveCoreCustomOnly || in CalculateCoreFileSaveRanges()
6751 switch (core_style) { in CalculateCoreFileSaveRanges()