[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 31 02:46:08 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list