Nerixyz wrote: > but I do find the `Connection established.` one useful when doing remote > testing.
I agree, this is useful to see - wouldn't be surprised if some scripts out there rely on the pid being printed. So I'm leaning towards relaxing the `CHECK-NEXT`s. The current changes in https://github.com/llvm/llvm-project/pull/205574 seem a bit too relaxed. Another alternative could be some flag/env-variable to suppress the output. If I understand correctly, lldb-server does _additional_ output. The output we check for is still there, but it's interleaved with lldb-server outputs. https://github.com/llvm/llvm-project/pull/205572 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
