[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 16:27:22 PDT 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp:387
std::string expected_packet1 =
- R"(jTraceStart:{"buffersize" : 8192,"metabuffersize" : 8192,"params" :)";
+ R"(jTraceStart:{"buffersize":8192,"metabuffersize":8192,"params":)";
std::string expected_packet2 =
----------------
shafik wrote:
> Removing the spaces, is this just a formatting change?
Yes
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68248/new/
https://reviews.llvm.org/D68248
More information about the lldb-commits
mailing list