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/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
