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

Zachary Turner zturner at google.com
Tue Feb 24 09:07:57 PST 2015


Thanks. If you're going to add tests anyway, may I suggest one more for the
case just mentioned (backslash + letter).

Is SBArgs exposed through python? If not it might need to be a gtest
On Tue, Feb 24, 2015 at 9:04 AM Pavel Labath <labath at google.com> wrote:

> 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/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150224/e689c221/attachment.html>


More information about the lldb-commits mailing list