[Lldb-commits] [PATCH] Don't remove backslashes from arguments unless the following char is recognized.

Zachary Turner zturner at google.com
Fri Jan 16 14:25:16 PST 2015


In http://reviews.llvm.org/D7018#109970, @jingham wrote:

> If I had a path component that began with a space (dunno if you can do that on Windows) what would I have to do to enter that?
>
> d:\\ foo\bar
>
> ?
>
> I guess that's not too horrible...
>
> Jim


That's not a valid file path on Windows.  (path components can't have leading or trailing whitespace).  Although if for whatever reason you really wanted to specify it, you could still do "d:\ foo\bar"


http://reviews.llvm.org/D7018

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list