The recent StringPrinter changes made this behavior the default, and the setting defaults to yes If you want to change this behavior and see non-printables unescaped (e.g. "a\tb" as "a b"), set it to false Fixes rdar://12969594 llvm-svn: 221399
4 lines
66 B
Python
4 lines
66 B
Python
import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals())
|