[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
Thu Aug 1 23:03:51 PDT 2024


================
@@ -255,6 +256,8 @@ class LLDB_API SBThread {
 
   lldb::ExecutionContextRefSP m_opaque_sp;
 
+  lldb::ThreadSP get_sp() const;
----------------
clayborg wrote:

Rename to GetSP to match what is in SBProcess. I saw code below that calls these accessors in lldb/source/API/SBSaveCoreOptions.cpp so they should probably be consistent.

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


More information about the lldb-commits mailing list