[Lldb-commits] [PATCH] Fix handling of backslashes in Args parsing

Greg Clayton clayborg at gmail.com
Tue Feb 24 11:15:30 PST 2015


You can always test this by just launching a process that prints out the arguments and parse the STDOUT to verify they got parsed correctly.

(lldb) process launch -- "a b\" c"

Then verify you got 2 args, where arg[1] == 'a b" c'


http://reviews.llvm.org/D7855

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






More information about the lldb-commits mailing list