jasonmolenda added a comment.

Ah, so we've still got a bug in 
x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite somehow for abort(). 
 This method takes an UnwindPlan from eh_frame instructions (which says it is 
not a trap handler - correct), and adds some epilogue unwind rows at the end if 
needed and sets a couple of flags.  I'm not sure how the trap handler lazybool 
is getting set to True in the process of this conversion. :/  I'll read through 
this method more closely Monday and try to spot how that is happening.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D86417

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to