[Lldb-commits] [PATCH] D68248: [JSON] Use LLVM's library for encoding JSON

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 30 15:52:10 PDT 2019


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, mgorny, xiaobai, aprantl, clayborg.
Herald added a subscriber: abidh.
Herald added a project: LLDB.

This patch replaces the hand-rolled JSON emission with LLVM's JSON library.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D68248

Files:
  lldb/include/lldb/Core/StructuredDataImpl.h
  lldb/include/lldb/Utility/StructuredData.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  lldb/source/Utility/StructuredData.cpp
  lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68248.222509.patch
Type: text/x-patch
Size: 11908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190930/6913f4a7/attachment-0001.bin>


More information about the lldb-commits mailing list