[all-commits] [llvm/llvm-project] 9390b3: [lldb] Move ScriptCommand and RegexCommand under C...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Sep 1 17:33:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9390b346fc207c3edabbca9665e77260b030cfe0
      https://github.com/llvm/llvm-project/commit/9390b346fc207c3edabbca9665e77260b030cfe0
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    R lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectCommands.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.h
    A lldb/source/Commands/CommandObjectScript.cpp
    A lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Interpreter/CMakeLists.txt
    M lldb/source/Interpreter/CommandInterpreter.cpp
    R lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    R lldb/source/Interpreter/CommandObjectScript.cpp
    R lldb/source/Interpreter/CommandObjectScript.h

  Log Message:
  -----------
  [lldb] Move ScriptCommand and RegexCommand under Commands (NFC)

Move the CommandObjectScript and CommandObjectRegexCommand under
Commands where all the other CommandObject implementations live.

Although neither implementations currently use the TableGen-generated
CommandOptions.inc, this move would have been necessary anyway if they
were to in the future.




More information about the All-commits mailing list