[Lldb-commits] [lldb] [lldb] Escape ? for zsh (PR #112107)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 11:23:39 PDT 2024
kastiglione wrote:
> so they know they have to escape it depending on their use case
in the example shown, `"some arg?"` is quoted, which normally escapes a glob. Do we really need to force an additional level of escaping on users? Hopefully not but I can see that this is tricky.
https://github.com/llvm/llvm-project/pull/112107
More information about the lldb-commits
mailing list