[Lldb-commits] [lldb] [LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in bytes (PR #138169)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu May 1 15:07:43 PDT 2025
================
@@ -119,6 +119,19 @@ class LLDB_API SBSaveCoreOptions {
/// an empty collection will be returned.
SBThreadCollection GetThreadsToSave() const;
+ /// Get the current total number of bytes the core is expected to be but not
----------------
bulbazord wrote:
Suggestion: `... the core is expected to be ...` -> `the core is expected to have`
https://github.com/llvm/llvm-project/pull/138169
More information about the lldb-commits
mailing list