roysc wrote: > If we want command line args to not get expanded, but keep expanding the > example above, then we may need to come up with a different way to pass > cmdline args.
I've opened a new issue to propose moving shell expansion to input-time, which would disentangle the handling of CLI-passed and REPL-passed args. That would resolve the underlying problem here and I'd be willing to work on a fix. https://github.com/llvm/llvm-project/pull/112107 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
