Lines Matching defs:container
427 "'%s' is a user container command and cannot be overwritten.\n"
428 "Delete it first with 'command container delete'\n",
521 "'%s' is user container command and cannot be overwritten.\n"
522 "Delete it first with 'command container delete'",
2041 "must be a path to a user-added container "
2408 "Delete with \"command container delete\"",
2421 CommandObjectMultiword *container =
2429 if (!container) {
2430 // This means that command only had a leaf command, so the container is
2432 result.AppendErrorWithFormat("could not find a container for '%s'",
2438 container->RemoveUserSubcommand(leaf_cmd,
2498 interpreter, "command container add",
2499 "Add a container command to lldb. Adding to built-"
2500 "in container commands is not allowed.",
2501 "command container add [[path1]...] container-name") {
2626 interpreter, "command container delete",
2627 "Delete a container command previously added to "
2629 "command container delete [[path1] ...] container-cmd") {
2659 result.AppendErrorWithFormat("container command %s doesn't exist.",
2665 "container command %s is not a user command", cmd_name);
2669 result.AppendErrorWithFormat("command %s is not a container command",
2686 CommandObjectMultiword *container =
2690 if (!container) {
2691 result.AppendErrorWithFormat("error removing container command: %s",
2697 container->RemoveUserSubcommand(leaf, /* multiword okay */ true);
2699 result.AppendErrorWithFormat("error removing container command: %s",
2711 interpreter, "command container",
2712 "Commands for adding container commands to lldb. "
2714 "add nested container commands by specifying a command path, "
2716 "command container <subcommand> [<subcommand-options>]") {
2744 LoadSubCommand("container", CommandObjectSP(new CommandObjectCommandContainer(