[all-commits] [llvm/llvm-project] c5011a: Add a "command container" hierarchy to allow users...

jimingham via All-commits all-commits at lists.llvm.org
Mon Oct 18 15:29:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5011aed9c297d6ddd8ee4f77453b215aa27554a
      https://github.com/llvm/llvm-project/commit/c5011aed9c297d6ddd8ee4f77453b215aa27554a
  Author: Jim Ingham <jingham at apple.com>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectMultiword.h
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectApropos.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectMultiword.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    A lldb/test/API/commands/command/container/TestContainerCommands.py
    A lldb/test/API/commands/command/container/welcome.py
    M lldb/test/API/commands/command/invalid-args/TestInvalidArgsCommand.py
    M lldb/test/API/commands/command/script/TestCommandScript.py
    M lldb/test/API/commands/expression/char/main.cpp
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/unittests/Interpreter/CMakeLists.txt
    A lldb/unittests/Interpreter/TestCommandPaths.cpp

  Log Message:
  -----------
  Add a "command container" hierarchy to allow users to add container nodes.

The point is to allow users with a related set of script based commands
to organize their commands in a hierarchy in the command set, rather than
having to have only top-level commands.

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




More information about the All-commits mailing list