[Lldb-commits] [lldb] [LLDB][SaveCore] Add SBCoreDumpOptions Object, and SBProcess::SaveCore() overload (PR #98403)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 10 16:54:10 PDT 2024
jimingham wrote:
I prefer CoreDumpOptions, because CoreOptions could mean "options for reading in core files" or "options for writing core files", but CoreDumpOptions - reading the Dump as a verb - resolves the ambiguity. Or you could use CoreFileWritingOptions if you want to be really explicit.
https://github.com/llvm/llvm-project/pull/98403
More information about the lldb-commits
mailing list