[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (PR #105442)
Miro Bucko via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 09:27:00 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 SBStatus upon success, or an error if the region is
----------------
mbucko wrote:
'empty SBError'
https://github.com/llvm/llvm-project/pull/105442
More information about the lldb-commits
mailing list