[Lldb-commits] [lldb] [lldb][NFC] Create StackID::IsYounger (PR #209402)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 15 01:24:11 PDT 2026


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


More information about the lldb-commits mailing list