[Lldb-commits] [lldb] [lldb] Automatic indexing for synthetic children of collections (PR #174885)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 8 11:22:47 PST 2026


================
@@ -20,14 +20,3 @@ def get_child_at_index(self, index):
         if index >= max_idx:
             return None
         return arr.GetChildAtIndex(index)
-
-    def get_child_index(self, name):
-        if name == "[0]":
-            return 0
-        if name == "[1]":
-            return
----------------
bulbazord wrote:

This didn't return 1 before?

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


More information about the lldb-commits mailing list