[all-commits] [llvm/llvm-project] b1465c: [lldb] Create a way to force remove commands

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Wed Apr 26 17:31:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1465cd49efcbc114a75220b153f5a055ce7911f
      https://github.com/llvm/llvm-project/commit/b1465cd49efcbc114a75220b153f5a055ce7911f
  Author: walter erquinigo <walter at modular.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/source/Interpreter/CommandInterpreter.cpp

  Log Message:
  -----------
  [lldb] Create a way to force remove commands

Some LLDB set ups need to hide certain commands for security reasons, so I'm adding a flag that allows removing non-user commands.

Differential Revision: https://reviews.llvm.org/D149312




More information about the All-commits mailing list