[Lldb-commits] [PATCH] D34322: [lldb] Correctly escape newlines and backslashes in the JSON serializer

Joerg Sonnenberger via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 19 10:04:43 PDT 2017


joerg added a comment.

Not parsers, encoders. Note that the escaping is not correct for control characters other than \n.


https://reviews.llvm.org/D34322





More information about the lldb-commits mailing list