Loading lldb/source/Commands/CommandObjectCommands.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -2100,7 +2100,7 @@ public: interpreter, "command container", "Commands for adding container commands to lldb. " "Container commands are containers for other commands. You can " "add nested container commands by specifying a command path, but " "add nested container commands by specifying a command path, " "but you can't add commands into the built-in command hierarchy.", "command container <subcommand> [<subcommand-options>]") { LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd( Loading Loading
lldb/source/Commands/CommandObjectCommands.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -2100,7 +2100,7 @@ public: interpreter, "command container", "Commands for adding container commands to lldb. " "Container commands are containers for other commands. You can " "add nested container commands by specifying a command path, but " "add nested container commands by specifying a command path, " "but you can't add commands into the built-in command hierarchy.", "command container <subcommand> [<subcommand-options>]") { LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd( Loading