[Lldb-commits] [lldb] Private process events were being delivered to the secondary listener (PR #98571)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 10:34:18 PDT 2024
================
@@ -443,11 +474,17 @@ def test_shadow_listener(self):
# Put in a counter to make sure we don't spin forever if there is some
# error in the logic.
counter = 0
+ run_wo_stop = False
----------------
bulbazord wrote:
Doesn't look like this is used? Maybe a holdover from a previous implementation?
https://github.com/llvm/llvm-project/pull/98571
More information about the lldb-commits
mailing list