[Lldb-commits] [PATCH] D29895: Refactor log channel registration mechanism

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 14 10:09:27 PST 2017


labath updated this revision to Diff 88395.
labath marked an inline comment as done.
labath added a comment.

Encapsulate the atomic stuff into the Log::Channel class. Add a couple of comments.

Let me know what you think.


https://reviews.llvm.org/D29895

Files:
  include/lldb/Core/Log.h
  include/lldb/Core/PluginManager.h
  include/lldb/lldb-forward.h
  include/lldb/lldb-private-interfaces.h
  source/Commands/CommandObjectLog.cpp
  source/Core/Log.cpp
  source/Core/PluginManager.cpp
  source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
  source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  unittests/Core/LogTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29895.88395.patch
Type: text/x-patch
Size: 38546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170214/33215442/attachment-0001.bin>


More information about the lldb-commits mailing list