[Lldb-commits] [PATCH] D50159: Add byte counting mechanism to LLDB's Stream class.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 2 09:38:01 PDT 2018


teemperor updated this revision to Diff 158777.
teemperor added a comment.

- Fixing some of the merge conflicts.
- Fixed doxygen comment.

Thanks for the reviews!


https://reviews.llvm.org/D50159

Files:
  include/lldb/Core/StreamAsynchronousIO.h
  include/lldb/Core/StreamBuffer.h
  include/lldb/Core/StreamFile.h
  include/lldb/Utility/Stream.h
  include/lldb/Utility/StreamString.h
  include/lldb/Utility/StreamTee.h
  source/Core/StreamAsynchronousIO.cpp
  source/Core/StreamFile.cpp
  source/Utility/StreamString.cpp
  unittests/Utility/StreamTeeTest.cpp
  unittests/Utility/StreamTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50159.158777.patch
Type: text/x-patch
Size: 23125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180802/bec183b6/attachment-0001.bin>


More information about the lldb-commits mailing list