[Lldb-commits] [PATCH] D30402: Modernize Enable/DisableLogChannel interface a bit

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 27 04:42:42 PST 2017


labath created this revision.

Use StringRef and ArrayRef where possible. This adds an accessor to the
Args class to get a view of the arguments as ArrayRef<const char *>.


https://reviews.llvm.org/D30402

Files:
  include/lldb/Core/Debugger.h
  include/lldb/Core/Log.h
  include/lldb/Interpreter/Args.h
  source/API/SBDebugger.cpp
  source/Commands/CommandObjectLog.cpp
  source/Core/Debugger.cpp
  source/Core/Log.cpp
  tools/lldb-server/LLDBServerUtilities.cpp
  unittests/Core/LogTest.cpp
  unittests/Interpreter/TestArgs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30402.89865.patch
Type: text/x-patch
Size: 13853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170227/318497ae/attachment-0001.bin>


More information about the lldb-commits mailing list