================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits