[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (PR #105442)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 10:39:04 PDT 2024
================
@@ -80,6 +80,17 @@ class LLDB_API SBSaveCoreOptions {
/// \return True if the thread was removed, false if it was not in the list.
bool RemoveThread(lldb::SBThread thread);
+ /// Add a memory region to save in the core file.
+ ///
+ /// \param region The memory region to save.
+ /// \returns An empty SBError upon success, or an error if the region is
+ /// invalid.
+ /// \note Ranges that overlapped with be unioned into a single region this
----------------
bulbazord wrote:
`with be` -> `will be`
https://github.com/llvm/llvm-project/pull/105442
More information about the lldb-commits
mailing list