[all-commits] [llvm/llvm-project] 8789c9: [lldb] Unify implementation of CommandReturnObject...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Wed Oct 2 09:12:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8789c96698e027b0dd40b6e0475181505d6b8984
https://github.com/llvm/llvm-project/commit/8789c96698e027b0dd40b6e0475181505d6b8984
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M lldb/include/lldb/Interpreter/CommandReturnObject.h
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
M lldb/source/Commands/CommandObjectDWIMPrint.cpp
M lldb/source/Commands/CommandObjectExpression.cpp
M lldb/source/Commands/CommandObjectMemoryTag.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Interpreter/CommandReturnObject.cpp
Log Message:
-----------
[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)
This is a cleanup that moves the API towards value semantics.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list