[Lldb-commits] [PATCH] D114862: Replace StackID's operator "<" with a function returning FrameComparison

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 15 14:05:58 PDT 2022


jingham added a comment.

It might also be good to document that CompareTo doesn't try to calculate, and will never return eFrameCompareSameParent.  A StackID can't do that because it doesn't really know how to unwind from itself, so that's a pretty sensible restriction, but it makes it easier to reason about all the places where CompareTo is called and SameParent isn't handled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114862/new/

https://reviews.llvm.org/D114862



More information about the lldb-commits mailing list