[Lldb-commits] [lldb] [lldb] Fixed the test TestGdbRemoteAttachWait running on a remote target (PR #92413)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 02:04:01 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])
----------------
labath wrote:
Please do this inside `_set_up_inferior`, before assigning to `_run_args`
https://github.com/llvm/llvm-project/pull/92413
More information about the lldb-commits
mailing list