[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClient
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Oct 2019 18:02:26 +0000 (18:02 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 2 Oct 2019 18:02:26 +0000 (18:02 +0000)
commit2a5a906753d78357bf627cd6547d3250ca6c8388
tree0dab0675ea6a1d35b89ea90be74de7aa8ca27601
parent9beb45671bac3a2ff12e4edba3de2a6c7d2d9ca4
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClient

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

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

llvm-svn: 373498
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp