[Lldb-commits] [lldb] [LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (PR #100443)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 26 11:27:20 PDT 2024


================
@@ -53,6 +54,27 @@ class LLDB_API SBSaveCoreOptions {
   /// \return The output file spec.
   SBFileSpec GetOutputFile() const;
 
+  /// Set the process to save, or unset if supplied with a null process.
----------------
clayborg wrote:

change `null process` to a `default constructed SBProcess`... though Maybe we should require a valid process here and add a `void ClearProcess()` API to have this make more sense.

https://github.com/llvm/llvm-project/pull/100443


More information about the lldb-commits mailing list