[Lldb-commits] [lldb] [lldb] Have TestRunLocker run both styles of launch (PR #200978)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 1 19:54:07 PDT 2026


jasonmolenda wrote:

Ah, the `stop_at_entry` codepath isn't running when it tries to do the expressions which is why it's not failing.  I need to wait until the process.Continue() signals that the process is running again; will fix when I get back in a little bit.  With that change, it's as flakey as the other codepath lol.

https://github.com/llvm/llvm-project/pull/200978


More information about the lldb-commits mailing list