Lines Matching defs:options
58 #include "lldb/Interpreter/Options.h"
469 attach_regex_cmd_ap->AddRegexCommand("^(-.*|.* -.*)$", "process attach %1") && // Any options that are specified get passed to 'process attach'
898 // Check to see if the command being aliased can take any command options.
899 Options *options = cmd_obj_sp->GetOptions ();
900 if (options)
902 // See if any options were specified as part of the alias; if so, handle them appropriately.
903 options->NotifyOptionParsingStarting ();
905 args.ParseAliasOptions (*options, result, option_arg_vector, options_string);
908 options->VerifyPartialOptions (result);
1021 OptionArgVector *options = option_arg_vector_sp.get();
1022 for (size_t i = 0; i < options->size(); ++i)
1024 OptionArgPair cur_option = (*options)[i];
1411 EvaluateExpressionOptions options;
1412 options.SetCoerceToId(false)
1422 options);
1605 // the user could have specified an alias, and in translating the alias there may also be command options and/or
1725 Options *command_options = cmd_obj->GetOptions();
1736 // Insert the gdb format option before the "--" that terminates options
2267 // We have a command that both has command options and takes raw input. Make *sure* it has a
2360 // This alias was not created with any options; nothing further needs to be done, unless it is a command that