This is an archive of the discontinued LLVM Phabricator instance.

[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCommon
ClosedPublic

Authored by JDevlieghere on Oct 1 2019, 2:42 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Oct 1 2019, 2:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 1 2019, 2:42 PM
labath accepted this revision.Oct 2 2019, 12:41 AM

LGTM, with the usual question/caveat.

This revision is now accepted and ready to land.Oct 2 2019, 12:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 11:01 AM