kuilpd wrote: @labath This code ``` llvm::Expected<uint32_t> num_children = synthetic->GetNumChildren(child_idx + 1); ``` didn't work for `std::vector` on Windows on AArch64, got a buildbot error there: https://lab.llvm.org/buildbot/#/builders/141/builds/8906
``` AssertionError: '<user expression 0>:1:7: array index 1 is not valid for "(vector<int, std::allocator<int> >) vector" 1 | vector[1] | ^' is not success ``` It returned some value, but probably zero, so the `child_idx >= *num_children` failed. I don't know how to even approach this, can we just skip the test for now as I did in the second commit? https://github.com/llvm/llvm-project/pull/141102 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits