[Lldb-commits] [PATCH] Fix handling of backslashes in Args parsing
Pavel Labath
labath at google.com
Tue Feb 24 09:03:32 PST 2015
The handling of the backslash+random character sequence is unchanged. If the character is not recognised, the backslash is not removed
\b -> "\b"
k_escapable_characters defines which characters have the backslash removed. Currently it is: space, tab, backslash, single and double quote.
I will add some tests tomorrow.
http://reviews.llvm.org/D7855
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list