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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 7 16:11:57 PST 2016


jingham added a comment.

Can you post the backtrace in this case?  It seems to me odd that CanJIT -> AllocateMemory needs to construct the AppleObjCRuntime to do its job.  I'd rather cut the chain at that point if it makes sense.


http://reviews.llvm.org/D15978





More information about the lldb-commits mailing list