[all-commits] [llvm/llvm-project] 1f7b58: Add a setting to not require --overwrite to overwr...

jimingham via All-commits all-commits at lists.llvm.org
Thu Mar 31 14:15:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f7b58f2a50461493f083b2ed807b25e036286f6
      https://github.com/llvm/llvm-project/commit/1f7b58f2a50461493f083b2ed807b25e036286f6
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/InterpreterProperties.td
    M lldb/test/API/commands/command/container/TestContainerCommands.py

  Log Message:
  -----------
  Add a setting to not require --overwrite to overwrite commands.

Protecting against accidental overwriting of commands is good, but
having to pass a flag to overwrite the command when developing your
commands is pretty annoying.  This adds a setting to defeat the protection
so you can do this once at the start of your session and not have to
worry about it again.

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




More information about the All-commits mailing list