This is part 2, covering the commands source.
Some uses remain where it's tricky to see what the
logic is or they are not used with AppendError.
Paths
| Differential D104448
[lldb] Remove redundant calls to set eReturnStatusFailed ClosedPublic Authored by DavidSpickett on Jun 17 2021, 4:53 AM.
Details Summary This is part 2, covering the commands source. Some uses remain where it's tricky to see what the
Diff Detail
Event TimelineDavidSpickett created this revision. This revision now requires changes to proceed.Jun 17 2021, 5:05 AM Comment Actions Convert GetErrorStream().Printf to AppendError in CommandObjectWatchpoint.cpp. (there's a bunch of other uses like that that I intend to modernise in a part 3) DavidSpickett marked 2 inline comments as done. This revision is now accepted and ready to land.Jun 17 2021, 6:28 AM This revision was landed with ongoing or failed builds.Jun 17 2021, 6:39 AM Closed by commit rGeaf60a4411f7: [lldb] Remove redundant calls to set eReturnStatusFailed (authored by DavidSpickett). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 352705 lldb/source/Commands/CommandObjectApropos.cpp
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/CommandObjectBreakpointCommand.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectDisassemble.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Commands/CommandObjectGUI.cpp
lldb/source/Commands/CommandObjectHelp.cpp
lldb/source/Commands/CommandObjectLog.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Commands/CommandObjectMultiword.cpp
lldb/source/Commands/CommandObjectPlatform.cpp
lldb/source/Commands/CommandObjectPlugin.cpp
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Commands/CommandObjectQuit.cpp
lldb/source/Commands/CommandObjectRegister.cpp
lldb/source/Commands/CommandObjectReproducer.cpp
lldb/source/Commands/CommandObjectScript.cpp
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Commands/CommandObjectSource.cpp
lldb/source/Commands/CommandObjectStats.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/CommandObjectThreadUtil.cpp
lldb/source/Commands/CommandObjectTrace.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Commands/CommandObjectWatchpoint.cpp
lldb/source/Commands/CommandObjectWatchpointCommand.cpp
|
clang-format not found in user’s local PATH; not linting file.