[Lldb-commits] [lldb] [lldb] Call SetSyntheticChildrenGenerated on GetSyntheticChildAtOffset (PR #198859)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 21 05:18:17 PDT 2026


================
@@ -17,7 +17,18 @@ def test(self):
         frame = thread.GetFrameAtIndex(0)
 
         self._do_test(frame, "parent", "child")
-        self._do_test(frame, "vec", 0)
+        self._do_test(frame, "vec", 1)
----------------
DavidSpickett wrote:

Is there a specific reason you changed this from index 0 to index 1?

Does it make sure that the formatter had to do some work rather than taking a shortcut maybe?

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


More information about the lldb-commits mailing list