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

Kuba (Brecka) Mracek via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jun 17 17:46:23 PDT 2017


kubamracek created this revision.
kubamracek added a project: LLDB.
Herald added a subscriber: mgorny.

JSON serializer fails to escape newlines and backslashes.  Let's fix that.


https://reviews.llvm.org/D34322

Files:
  lldb.xcodeproj/project.pbxproj
  source/Utility/JSON.cpp
  unittests/Utility/CMakeLists.txt
  unittests/Utility/JSONTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34322.102950.patch
Type: text/x-patch
Size: 5388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170618/c6889eb3/attachment.bin>


More information about the lldb-commits mailing list