[Lldb-commits] [lldb] Add a test for evicting unreachable modules from the global module cache (PR #74894)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 15 01:39:22 PST 2023


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


More information about the lldb-commits mailing list