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

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 14 02:47:26 PDT 2026


================
@@ -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
----------------
felipepiovezan wrote:

Yup, at this point I don't believe we'd get much from this.

https://github.com/llvm/llvm-project/pull/209402


More information about the lldb-commits mailing list