[Lldb-commits] [PATCH] D104768: [lldb] Remove CommandReturnObject's SetError(StringRef)

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 23 03:51:10 PDT 2021


DavidSpickett updated this revision to Diff 353919.
DavidSpickett added a comment.

Don't change the API, just have SetError call underlying
AppendError.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104768

Files:
  lldb/include/lldb/Interpreter/CommandReturnObject.h
  lldb/source/API/SBCommandReturnObject.cpp
  lldb/source/Commands/CommandObjectBreakpoint.cpp
  lldb/source/Commands/CommandObjectMultiword.cpp
  lldb/source/Commands/CommandObjectProcess.cpp
  lldb/source/Commands/CommandObjectReproducer.cpp
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Commands/CommandObjectTrace.cpp
  lldb/source/Commands/CommandObjectType.cpp
  lldb/source/Interpreter/CommandObject.cpp
  lldb/source/Interpreter/CommandReturnObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104768.353919.patch
Type: text/x-patch
Size: 8742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210623/5953fdde/attachment.bin>


More information about the lldb-commits mailing list