[Lldb-commits] [PATCH] D149312: [lldb] Create a way to force remove commands
Aman LaChapelle via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 26 17:12:29 PDT 2023
bzcheeseman accepted this revision.
bzcheeseman added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:329
+ /// is provided, the command is removed regardless of its removable status.
+ bool RemoveCommand(llvm::StringRef cmd, bool force);
----------------
should force default to false?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149312/new/
https://reviews.llvm.org/D149312
More information about the lldb-commits
mailing list