================ @@ -52,6 +52,9 @@ def test_attach_with_vAttachWait(self): server = self.connect_to_debug_monitor() self.do_handshake() + if self._run_args: + self._run_args[0] = lldbutil.install_to_target(self, self._run_args[0]) ---------------- slydiman wrote:
I have updated the patch. Thanks. https://github.com/llvm/llvm-project/pull/92413 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits