================
@@ -201,6 +201,13 @@ class CommandObjectProcessLaunch : public 
CommandObjectProcessLaunchOrAttach {
     if (target->GetDisableSTDIO())
       m_options.launch_info.GetFlags().Set(eLaunchFlagDisableSTDIO);
 
+    if (!m_options.launch_info.GetWorkingDirectory()) {
----------------
DavidSpickett wrote:

I think this means `process launch -w` already wins, which is good.

https://github.com/llvm/llvm-project/pull/113521
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to