[all-commits] [llvm/llvm-project] 481bb6: [lldb] Assert immediately prior to calling PopPlan

David Spickett via All-commits all-commits at lists.llvm.org
Thu Dec 14 08:51:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 481bb62e50317cf20df9493aad842790162ac3e7
      https://github.com/llvm/llvm-project/commit/481bb62e50317cf20df9493aad842790162ac3e7
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M lldb/source/Target/Thread.cpp

  Log Message:
  -----------
  [lldb] Assert immediately prior to calling PopPlan

This is part of ongoing attempts to catch the test from
2684281d208612a746b05c891f346bd7b95318d5 failing on Arm and AArch64.

I did get logs for the failure but only on Arm, where the backtrace is
truncated. So, let's do the assert that PopPlan was going to do,
before we call it.

Then I should know exactly which PopPlan is asserting.

Technically I should take a mutex here, but technically I shouldn't
be debugging via buildbot, so I'm going to take the risk temporarily.




More information about the All-commits mailing list