[Lldb-commits] [PATCH] Move argument globbing to Target::Launch from Platform::LaunchProcess.
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Feb 19 17:17:06 PST 2015
On Thu, Feb 19, 2015 at 04:42:04PM -0800, Oleksiy Vyalov wrote:
> Yes, you're right regarding glob but it seems there is an alternative - use
> wordexp on Linux/OSX and _findfirst on Windows. In this case no need to
> deploy a separate binary for this.
You are aware that many wordexp implementations call the shell (or Perl
in case of OSX)?
Joerg
More information about the lldb-commits
mailing list