[Lldb-commits] [PATCH] D15978: Prevent infinite recursive loop in AppleObjCTrampolineHandler constructor

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 8 11:31:39 PST 2016


jingham added a comment.

If you don't mind, please add the same code to the InferiorCallMunmap, and then add the same thing to InferiorCall, but that's the one that should take a parameter in case somebody does end up using the general function for something that could throw.  Otherwise we'll just end up coming back to this again later...


http://reviews.llvm.org/D15978





More information about the lldb-commits mailing list