[Lldb-commits] [lldb] [LLDB] Reapply SBSaveCore Add Memory List (PR #107937)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 10:07:52 PDT 2024


================
@@ -450,6 +450,8 @@ class RangeDataVector {
 
   void Append(const Entry &entry) { m_entries.emplace_back(entry); }
 
+  void Append(B &&b, S &&s, T &&t) { m_entries.emplace_back(Entry(b, s, t)); }
----------------
Jlalond wrote:

Nit to self, add code comments about Base Size And Data

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


More information about the lldb-commits mailing list