[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
Sun Jun 18 15:01:34 PDT 2017
joerg added a comment.
My suggestion would be to just use the YAML writer for now and leave a comment to make it clear that this is really JSON only.
https://reviews.llvm.org/D34322
More information about the lldb-commits
mailing list