[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCommon
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Oct 2019 18:02:32 +0000 (18:02 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Oct 2019 18:02:32 +0000 (18:02 +0000)
commit4f8151e62ef1a85929fe241fda3360163135e55a
tree7c550dcf506f644233e7fda2069e3d3ffe7921dd
parent7cb720dda04c4b9f611c199524039f83911ac66b
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCommon

This patch replaces the LLDB's JSON implementation with the one from
LLVM in GDBRemoteCommunicationServerCommon.

Differential revision: https://reviews.llvm.org/D68304

llvm-svn: 373500
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp