Lines Matching refs:command

197             result.AppendError ("no file in target, create a debug target using the 'target create' command");
250 // run, then you could have hit a breakpoint, whose command might switch the value, and
518 // Instance variables to hold the values for command options.
546 DoExecute (Args& command,
587 if (command.GetArgumentCount())
612 error.SetErrorString ("no process specified, create a target with a file, or specify the --pid or --name command option");
632 // FIXME: in the async case it will now be possible to get to the command
798 DoExecute (Args& command, CommandReturnObject &result)
805 if (command.GetArgumentCount() != 0)
807 result.AppendErrorWithFormat ("The '%s' command does not take any arguments.\n", m_cmd_name.c_str());
966 // Instance variables to hold the values for command options.
995 DoExecute (Args& command, CommandReturnObject &result)
1097 // Instance variables to hold the values for command options.
1125 DoExecute (Args& command,
1162 if (command.GetArgumentCount() == 1)
1168 const char *remote_url = command.GetArgumentAtIndex(0);
1185 result.AppendErrorWithFormat ("Unable to find process plug-in for remote URL '%s'.\nPlease specify a process plug-in name with the --plugin option, or specify an object file using the \"file\" command.\n",
1222 "Send a custom command to the current process plug-in.",
1270 DoExecute (Args& command,
1275 const size_t argc = command.GetArgumentCount();
1280 const char *image_path = command.GetArgumentAtIndex(i);
1327 DoExecute (Args& command,
1332 const size_t argc = command.GetArgumentCount();
1336 const char *image_token_cstr = command.GetArgumentAtIndex(i);
1400 DoExecute (Args& command,
1405 if (command.GetArgumentCount() == 1)
1409 const char *signal_name = command.GetArgumentAtIndex(0);
1417 result.AppendErrorWithFormat ("Invalid signal argument '%s'.\n", command.GetArgumentAtIndex(0));
1472 DoExecute (Args& command,
1483 if (command.GetArgumentCount() == 0)
1534 DoExecute (Args& command,
1545 if (command.GetArgumentCount() == 0)
1592 DoExecute (Args& command, CommandReturnObject &result)
1677 // Instance variables to hold the values for command options.
1819 result.AppendError ("Invalid argument for command option --stop; must be true or false.\n");
1827 result.AppendError ("Invalid argument for command option --notify; must be true or false.\n");
1835 result.AppendError ("Invalid argument for command option --pass; must be true or false.\n");
1872 // No signal specified, if any command options were specified, update ALL signals.