[Lldb-commits] [PATCH] D50155: Delete MacOSXFrameBackchain unwind logic (NFC)

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 22 10:02:35 PDT 2018


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

Sorry for not replying to this.  Yes the code is unused - it was the initial unwinder implementation when lldb is very young, before we had our current one.  The main reason to keep it around is (as you say) an example of the simplest unwinder someone might use when porting lldb to a new platform.  I don't feel strongly about it one way or the other, I'm fine with removing it if that's what you want to do.


https://reviews.llvm.org/D50155





More information about the lldb-commits mailing list