Lines Matching defs:command

329         // Instance variables to hold the values for command options.
356 DoExecute (Args& command,
362 result.AppendError ("Invalid target. Must set target before setting breakpoints (see 'target create' command).");
709 // Add the entry for the first argument for this command to the object's arguments vector.
878 // Instance variables to hold the values for command options.
900 DoExecute (Args& command, CommandReturnObject &result)
915 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1020 // Add the entry for the first argument for this command to the object's arguments vector.
1030 DoExecute (Args& command, CommandReturnObject &result)
1054 if (command.GetArgumentCount() == 0)
1065 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1133 The first command disables all the locations of breakpoint 1, \n\
1139 // Add the entry for the first argument for this command to the object's arguments vector.
1150 DoExecute (Args& command, CommandReturnObject &result)
1173 if (command.GetArgumentCount() == 0)
1185 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1322 // Instance variables to hold the values for command options.
1331 DoExecute (Args& command, CommandReturnObject &result)
1356 if (command.GetArgumentCount() == 0)
1371 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1407 // FIXME: We need to add an "internal" command, and then add this sort of thing to it.
1506 // Instance variables to hold the values for command options.
1515 DoExecute (Args& command, CommandReturnObject &result)
1637 // Add the entry for the first argument for this command to the object's arguments vector.
1646 DoExecute (Args& command, CommandReturnObject &result)
1670 if (command.GetArgumentCount() == 0)
1687 CommandObjectMultiwordBreakpoint::VerifyBreakpointIDs (command, target, result, &valid_bp_ids);
1736 "breakpoint <command> [<command-options>]")
1753 command_command_object->SetCommandName ("breakpoint command");
1762 LoadSubCommand ("command", command_command_object);