================ @@ -119,6 +119,11 @@ def test(self): self.assertEqual(task_type, task_head_pointee_type) + # Check whether we can find a nested type by name + name_type = task_type.FindNestedType("name") ---------------- Michael137 wrote:
Should add tests for enums/unions as well? https://github.com/llvm/llvm-project/pull/68705 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits