[Lldb-commits] [PATCH] D81058: [lldb/Interpreter] Color "error:" and "warning:" in the CommandReturnObject output.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 9 09:52:30 PDT 2020


JDevlieghere updated this revision to Diff 269573.
JDevlieghere added a comment.

- Remove default value for color in CommandReturnObject.
- Add test


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

https://reviews.llvm.org/D81058

Files:
  lldb/include/lldb/Interpreter/CommandReturnObject.h
  lldb/include/lldb/Utility/Stream.h
  lldb/include/lldb/Utility/StreamTee.h
  lldb/source/API/SBCommandReturnObject.cpp
  lldb/source/Breakpoint/BreakpointOptions.cpp
  lldb/source/Commands/CommandObjectExpression.cpp
  lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  lldb/source/Expression/REPL.cpp
  lldb/source/Interpreter/CommandAlias.cpp
  lldb/source/Interpreter/CommandInterpreter.cpp
  lldb/source/Interpreter/CommandObject.cpp
  lldb/source/Interpreter/CommandReturnObject.cpp
  lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  lldb/source/Target/Target.cpp
  lldb/source/Utility/Stream.cpp
  lldb/test/Shell/Driver/TestNoUseColor.test
  lldb/test/Shell/Driver/TestUseColor.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81058.269573.patch
Type: text/x-patch
Size: 13793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200609/15a8b1ab/attachment-0001.bin>


More information about the lldb-commits mailing list