[Lldb-commits] [PATCH] D122882: Add JSONGenerator::DumpBinaryEscaped method in debugserver, update most callers to use this, skip escaping step

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 4 14:11:12 PDT 2022


jasonmolenda updated this revision to Diff 420303.
jasonmolenda added a comment.

Update patch to remove unnecessary temporary std::string when dumping a string into its JSON representation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122882/new/

https://reviews.llvm.org/D122882

Files:
  lldb/tools/debugserver/source/JSONGenerator.h
  lldb/tools/debugserver/source/RNBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122882.420303.patch
Type: text/x-patch
Size: 6564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220404/5c14d9fa/attachment-0001.bin>


More information about the lldb-commits mailing list