[Lldb-commits] [lldb] [lldb-dap] separate the --stdio flag in 3 separate flags (PR #176778)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 19 10:27:11 PST 2026
charles-zablit wrote:
> Is there a reason we cannot use the platform's path separator instead ?
We could, but my understanding from the outcome of [this thread](https://github.com/llvm/llvm-project/pull/174635#discussion_r2682219643) is that we wanted to move away from the `--stdio` flag taking an unbound array of values.
https://github.com/llvm/llvm-project/pull/176778
More information about the lldb-commits
mailing list