================
@@ -50,6 +50,11 @@ class StackID {
 
   void Dump(Stream *s);
 
+  /// Returns true if `lhs` corresponds to a frame younger (i.e. higher on the
+  /// call stack) than `rhs`, and false otherwise (including when the frames 
are
----------------
DavidSpickett wrote:

I guess that it would be nice to model this "not comparable" state, but it 
would require refactoring everything else wouldn't it.

https://github.com/llvm/llvm-project/pull/209402
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to