felipepiovezan wrote: > If we ever actually compared stack frames across threads, we'd want to have > some error return here as well, since there's a difference between "not > younger" and "ill defined question". > > But I don't think we really ever do that, do we?
I'm not aware of any places in the code where we do that, but it would be a nice experiment to have add some checks and run the test suite. It seems like an expensive detection to keep track of though. https://github.com/llvm/llvm-project/pull/209402 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
