[all-commits] [llvm/llvm-project] cf0be7: [lldb] Add actionable feedback when overwriting a ...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Dec 21 04:04:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf0be7b4920cec762639a1f39e8ccf1868e44c40
https://github.com/llvm/llvm-project/commit/cf0be7b4920cec762639a1f39e8ccf1868e44c40
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/test/API/commands/command/script/TestCommandScript.py
Log Message:
-----------
[lldb] Add actionable feedback when overwriting a command fails (#76030)
If adding a user commands fails because a command with the same name
already exists, we only say that "force replace is not set" without
telling the user _how_ to set it. There are two ways to do so; this
commit changes the error message to mention both.
More information about the All-commits
mailing list