Lines Matching defs:commands

1178   // do not allow replacement of internal commands
1262 // Try to find a match among commands and aliases. Allowing inexact matches,
1384 // Only regular expression objects or python commands are removable under
1425 result.AppendMessage("Debugger commands:");
1458 result.AppendMessage("Current user-defined commands:");
1470 result.AppendMessage("Current user-defined container commands:");
1614 // actual commands can't start with '-' or '_'
1959 // We have to preprocess the whole command string for Raw commands, since we
1960 // don't know the structure of the command. For parsed commands, we only
1962 // FIXME: We probably want to have raw commands do their own preprocessing.
1996 // repeat command, even though we don't add repeat commands to the history.
2069 // We got nothing on the command line, so return the list of commands
2098 // We are completing further on into a commands arguments, so find the
2378 // broadcasting of the commands back to any appropriate listener (see
2538 CommandInterpreter::HandleCommands(const StringList &commands,
2544 HandleCommands(commands, options, result);
2548 void CommandInterpreter::HandleCommands(const StringList &commands,
2551 size_t num_lines = commands.GetSize();
2554 // commands synchronously. Make sure you reset this value anywhere you return
2564 const char *cmd = commands.GetStringAtIndex(idx);
2598 "Aborting reading of commands after command #%" PRIu64
2626 // commands to be run.
2629 "Aborting reading of commands after command #%" PRIu64
2649 "Aborting reading of commands after command #%" PRIu64
2693 "Error reading commands from file %s - file not found.\n",
2758 // We will only ever ask for this flag, if we echo commands in general.
2794 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n",
2799 // have nested "command source" commands
3105 // sourcing a commands file. We don't want blank lines to repeat the
3107 // alias, get an error and stop parsing the commands file).
3113 // When using a non-interactive file handle (like when sourcing commands
3376 false, // Don't enable multiple line input, just single line commands