================ @@ -201,6 +201,12 @@ let Definition = "target" in { def DebugUtilityExpression: Property<"debug-utility-expression", "Boolean">, DefaultFalse, Desc<"Enable debugging of LLDB-internal utility expressions.">; + def LaunchWorkingDir: Property<"launch-working-dir", "String">, + DefaultStringValue<"">, + Desc<"A default value for the working directory to use when launching processes. " + "It's ignored when empty. This setting is only used when the target is " + "launched. If you change this setting, the new value will only apply to " + "subsequent launches.">; ---------------- DavidSpickett wrote:
"Commands that take an explicit working directory will override this setting." or words to that effect. 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