DavidSpickett wrote:

> process launch -w does not carry the working dir to subsequent launches.
> * Please open an issue for that.

Actually this is not a bug. `process launch` and `run` are two separate (at 
least from the user perpsective) ways to run a program.

I think if you should just add to this help text:
```
       -w <directory> ( --working-dir <directory> )
            Set the current working directory to <path> when running the 
inferior.
```
To note that it only applies to that launch and that anyone who wants a sticky 
setting, should use the setting you're adding here.

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