Lines Matching refs:command

136         // Instance variables to hold the values for command options.
161 Execute_ScriptSummary (Args& command, CommandReturnObject &result);
164 Execute_StringSummary (Args& command, CommandReturnObject &result);
189 DoExecute (Args& command, CommandReturnObject &result);
274 // Instance variables to hold the values for command options.
303 Execute_HandwritePython (Args& command, CommandReturnObject &result);
306 Execute_PythonClass (Args& command, CommandReturnObject &result);
310 DoExecute (Args& command, CommandReturnObject &result);
407 // Instance variables to hold the values for command options.
445 "Some examples of using this command.\n"
485 DoExecute (Args& command, CommandReturnObject &result)
487 const size_t argc = command.GetArgumentCount();
515 const char* typeA = command.GetArgumentAtIndex(i);
579 DoExecute (Args& command, CommandReturnObject &result)
581 const size_t argc = command.GetArgumentCount();
590 const char* typeA = command.GetArgumentAtIndex(0);
638 DoExecute (Args& command, CommandReturnObject &result)
689 DoExecute (Args& command, CommandReturnObject &result)
691 const size_t argc = command.GetArgumentCount();
697 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
698 regex->Compile(command.GetArgumentAtIndex(0));
746 static const char *g_summary_addreader_instructions = "Enter your Python command(s). Type 'DONE' to end.\n"
809 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
1027 CommandObjectTypeSummaryAdd::Execute_ScriptSummary (Args& command, CommandReturnObject &result)
1029 const size_t argc = command.GetArgumentCount();
1104 const char* typeA = command.GetArgumentAtIndex(i);
1124 for (size_t i = 0; i < command.GetArgumentCount(); i++)
1126 const char *type_name = command.GetArgumentAtIndex(i);
1159 CommandObjectTypeSummaryAdd::Execute_StringSummary (Args& command, CommandReturnObject &result)
1161 const size_t argc = command.GetArgumentCount();
1203 const char* typeA = command.GetArgumentAtIndex(i);
1260 "Some examples of using this command.\n"
1326 CommandObjectTypeSummaryAdd::DoExecute (Args& command, CommandReturnObject &result)
1331 return Execute_ScriptSummary(command, result);
1339 return Execute_StringSummary(command, result);
1407 { LLDB_OPT_SET_3, false, "python-script", 'o', required_argument, NULL, 0, eArgTypePythonScript, "Give a one-liner Python script as part of the command."},
1474 // Instance variables to hold the values for command options.
1524 DoExecute (Args& command, CommandReturnObject &result)
1526 const size_t argc = command.GetArgumentCount();
1535 const char* typeA = command.GetArgumentAtIndex(0);
1633 // Instance variables to hold the values for command options.
1673 DoExecute (Args& command, CommandReturnObject &result)
1682 if (command.GetArgumentCount() > 0)
1684 const char* cat_name = command.GetArgumentAtIndex(0);
1777 // Instance variables to hold the values for command options.
1816 DoExecute (Args& command, CommandReturnObject &result)
1818 const size_t argc = command.GetArgumentCount();
1827 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
1828 regex->Compile(command.GetArgumentAtIndex(0));
1841 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
1842 regex->Compile(command.GetArgumentAtIndex(0));
1967 DoExecute (Args& command, CommandReturnObject &result)
1969 const size_t argc = command.GetArgumentCount();
1978 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0),"*") == 0)
2001 const char* typeA = command.GetArgumentAtIndex(i);
2059 DoExecute (Args& command, CommandReturnObject &result)
2061 const size_t argc = command.GetArgumentCount();
2075 const char* typeA = command.GetArgumentAtIndex(i);
2132 DoExecute (Args& command, CommandReturnObject &result)
2134 const size_t argc = command.GetArgumentCount();
2143 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0),"*") == 0)
2159 const char* typeA = command.GetArgumentAtIndex(i);
2241 DoExecute (Args& command, CommandReturnObject &result)
2243 const size_t argc = command.GetArgumentCount();
2249 regex = new RegularExpression(command.GetArgumentAtIndex(0));
2340 // Instance variables to hold the values for command options.
2379 DoExecute (Args& command, CommandReturnObject &result)
2381 const size_t argc = command.GetArgumentCount();
2390 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
2391 regex->Compile(command.GetArgumentAtIndex(0));
2554 // Instance variables to hold the values for command options.
2593 DoExecute (Args& command, CommandReturnObject &result)
2595 const size_t argc = command.GetArgumentCount();
2604 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
2605 regex->Compile(command.GetArgumentAtIndex(0));
2756 // Instance variables to hold the values for command options.
2805 DoExecute (Args& command, CommandReturnObject &result)
2807 const size_t argc = command.GetArgumentCount();
2816 const char* typeA = command.GetArgumentAtIndex(0);
2922 // Instance variables to hold the values for command options.
2971 DoExecute (Args& command, CommandReturnObject &result)
2973 const size_t argc = command.GetArgumentCount();
2982 const char* typeA = command.GetArgumentAtIndex(0);
3085 // Instance variables to hold the values for command options.
3124 DoExecute (Args& command, CommandReturnObject &result)
3133 if (command.GetArgumentCount() > 0)
3135 const char* cat_name = command.GetArgumentAtIndex(0);
3214 // Instance variables to hold the values for command options.
3253 DoExecute (Args& command, CommandReturnObject &result)
3262 if (command.GetArgumentCount() > 0)
3264 const char* cat_name = command.GetArgumentAtIndex(0);
3292 static const char *g_synth_addreader_instructions = "Enter your Python command(s). Type 'DONE' to end.\n"
3359 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
3476 CommandObjectTypeSynthAdd::Execute_HandwritePython (Args& command, CommandReturnObject &result)
3484 const size_t argc = command.GetArgumentCount();
3488 const char* typeA = command.GetArgumentAtIndex(i);
3504 CommandObjectTypeSynthAdd::Execute_PythonClass (Args& command, CommandReturnObject &result)
3506 const size_t argc = command.GetArgumentCount();
3546 const char* typeA = command.GetArgumentAtIndex(i);
3649 CommandObjectTypeSynthAdd::DoExecute (Args& command, CommandReturnObject &result)
3652 return Execute_HandwritePython(command, result);
3654 return Execute_PythonClass(command, result);
3756 // Instance variables to hold the values for command options.
3863 "Some examples of using this command.\n"
3896 DoExecute (Args& command, CommandReturnObject &result)
3898 const size_t argc = command.GetArgumentCount();
3938 const char* typeA = command.GetArgumentAtIndex(i);
3986 "type format [<sub-command-options>] ")
4009 "type synthetic [<sub-command-options>] ")
4032 "type synthetic [<sub-command-options>] ")
4053 "type category [<sub-command-options>] ")
4074 "type summary [<sub-command-options>] ")
4096 "type [<sub-command-options>]")