[Lldb-commits] [lldb] [lldb] Fixed the test TestGdbRemoteAttachWait running on a remote target (PR #92413)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 05:27:57 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list