[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (PR #105442)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 14:57:55 PDT 2024
================
@@ -1222,6 +1222,7 @@ enum SaveCoreStyle {
eSaveCoreFull = 1,
eSaveCoreDirtyOnly = 2,
eSaveCoreStackOnly = 3,
+ eSaveCoreCustom = 4,
----------------
Jlalond wrote:
I think `CustomOnly` sounds a bit clunky, but it does convey only custom fields will be saved and fits with the current naming standard.
https://github.com/llvm/llvm-project/pull/105442
More information about the lldb-commits
mailing list