This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

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

Diff Detail

Repository
rLLDB LLDB

Event Timeline

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

LG, with the same caveat about about namespaces.

This revision is now accepted and ready to land.Oct 2 2019, 12:39 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