[Lldb-commits] [PATCH] D77843: [lldb/DataFormatters] Delete GetStringPrinterEscapingHelper
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 16:39:56 PDT 2020
vsk updated this revision to Diff 261387.
vsk added a comment.
- Avoid heap memory management in "StringPrinterBufferPointer" entirely.
- Rename "StringPrinterBufferPointer" to "DecodedCharBuffer", as that seems to more accurately reflect what the class is for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77843/new/
https://reviews.llvm.org/D77843
Files:
lldb/include/lldb/DataFormatters/StringPrinter.h
lldb/include/lldb/Target/Language.h
lldb/source/DataFormatters/StringPrinter.cpp
lldb/source/Plugins/Language/ObjC/NSString.cpp
lldb/source/Target/Language.cpp
lldb/unittests/DataFormatter/CMakeLists.txt
lldb/unittests/DataFormatter/StringPrinterTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77843.261387.patch
Type: text/x-patch
Size: 40958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200430/8fd579d6/attachment-0001.bin>
More information about the lldb-commits
mailing list