DavidSpickett wrote: Though the original assert was: `m_plans.size() > 1 && "Can't pop the base thread plan"`
Not that there was exactly 1 plan on the stack. So `current_plan` might be the single step plan as expected, then when we go to pop that off the stack, but the stack has been emptied/destroyed already. https://github.com/llvm/llvm-project/pull/74894 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits