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

Reply via email to