Searched refs:options (Results 251 - 275 of 1356) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmemory.py89 usage = "usage: %prog [options] STARTADDR [ENDADDR]"
91 Options are used to specify the data that is to be looked for and the options
182 # Use the Shell Lexer to properly parse up command options just like a
186 (options, args) = parser.parse_args(command_args)
188 # (options, args) = parser.parse_args(command_args)
195 memfind(debugger.GetSelectedTarget(), options, args, result)
204 def memfind(target, options, args, result):
208 if options.size > 0:
216 if options.size != 0:
229 options
[all...]
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp36 // Check to see if the command being aliased can take any command options.
37 Options *options = cmd_obj_sp->GetOptions(); local
38 if (options) {
39 // See if any options were specified as part of the alias; if so, handle
43 options->NotifyOptionParsingStarting(&exe_ctx);
46 options->ParseAlias(args, option_arg_vector, options_string);
53 options->VerifyPartialOptions(result);
151 OptionArgVector *options = m_option_args_sp.get(); local
155 for (const auto &opt_entry : *options) {
214 auto options local
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py20 Usage: %(progName)s [options] [tests]
36 Alternative Usage: %(progName)s discover [options]
50 Usage: %(progName)s [options] [test] [...]
122 options, args = getopt.getopt(argv[1:], 'hHvqfcb', long_opts)
123 for opt, value in options:
206 options, args = parser.parse_args(argv)
211 setattr(options, name, value)
213 # only set options from the parsing here
216 self.failfast = options.failfast
218 self.catchbreak = options
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp499 if (options().getAttributeEncoded()) {
566 if (options().getPrintWarnings() && (getIsRoot() || getIsCompileUnit()))
572 if (options().getSelectExecute()) {
576 bool Globals = options().getAttributeGlobal();
577 bool Locals = options().getAttributeLocal();
589 !options().getAttributeGenerated())
616 bool DoPrint = (options().getAttributeDiscarded()) ? true : !getIsDiscarded();
624 getIsInCompare() ? options().getReportExecute() : resolvePrinting();
627 // At this point we have checked for very specific options, to decide if the
630 DoPrint = DoPrint && (Print || options()
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTypeSummary.cpp106 uint32_t options) {
107 LLDB_INSTRUMENT_VA(data, options);
113 TypeSummaryImplSP(new StringSummaryFormat(options, data)));
117 uint32_t options) {
118 LLDB_INSTRUMENT_VA(data, options);
124 TypeSummaryImplSP(new ScriptSummaryFormat(options, data)));
128 uint32_t options) {
129 LLDB_INSTRUMENT_VA(data, options);
135 TypeSummaryImplSP(new ScriptSummaryFormat(options, "", data)));
139 uint32_t options,
105 CreateWithSummaryString(const char *data, uint32_t options) argument
116 CreateWithFunctionName(const char *data, uint32_t options) argument
127 CreateWithScriptCode(const char *data, uint32_t options) argument
138 CreateWithCallback(FormatCallback cb, uint32_t options, const char *description) argument
[all...]
H A DSBFrame.cpp745 SBVariablesOptions options; local
746 options.SetIncludeArguments(arguments);
747 options.SetIncludeLocals(locals);
748 options.SetIncludeStatics(statics);
749 options.SetInScopeOnly(in_scope_only);
750 options.SetIncludeRuntimeSupportValues(include_runtime_support_values);
751 options.SetUseDynamic(use_dynamic);
753 value_list = GetVariables(options);
770 SBVariablesOptions options; local
771 options
780 GetVariables(const lldb::SBVariablesOptions &options) argument
980 SBExpressionOptions options; local
1000 SBExpressionOptions options; local
1021 SBExpressionOptions options; local
1037 EvaluateExpression(const char *expr, const SBExpressionOptions &options) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp56 return Args.getLastArg(options::OPT_mkernel, options::OPT_fapple_kext,
57 options::OPT_fno_rtti, options::OPT_frtti);
65 if (CachedRTTIArg->getOption().matches(options::OPT_frtti))
132 return Args.hasFlag(options::OPT_fintegrated_as,
133 options::OPT_fno_integrated_as,
143 bool IBackend = Args.hasFlag(options::OPT_fintegrated_objemitter,
144 options::OPT_fno_integrated_objemitter,
147 // Diagnose when integrated-objemitter options ar
[all...]
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp52 const EvaluateExpressionOptions &options)
55 m_desired_type(desired_type), m_options(options) {}
147 const EvaluateExpressionOptions &options,
180 lldb_private::ExecutionPolicy execution_policy = options.GetExecutionPolicy();
181 lldb::LanguageType language = options.GetLanguage();
182 const ResultType desired_type = options.DoesCoerceToId()
230 llvm::StringRef option_prefix(options.GetPrefix());
253 desired_type, options, ctx_obj,
265 const bool generate_debug_info = options.GetGenerateDebugInfo();
267 if (options
48 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
146 Evaluate(ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options, llvm::StringRef expr, llvm::StringRef prefix, lldb::ValueObjectSP &result_valobj_sp, Status &error, std::string *fixed_expression, ValueObject *ctx_obj) argument
419 Execute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options, lldb::UserExpressionSP &shared_ptr_to_me, lldb::ExpressionVariableSP &result_var) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Ddiff.c58 static char *options; variable
64 /* FIXME: should be documenting all the options here. They don't
65 perfectly match rcsdiff options (for example, we always support
69 "Usage: %s %s [-lNR] [rcsdiff-options]\n",
79 "(consult the documentation for your diff program for rcsdiff-options.\n",
81 "(Specify the --help global option for a list of other help options)\n",
97 I changed the options which take optional arguments (--context and
100 --paginate and --brief options to return a number, since -l and -q
104 tell the big switch in `diff' how to process those options. -- Ian
106 The following options, whic
[all...]
/openbsd-current/sbin/mount/
H A Dmount.c74 /* Map from mount options to printable formats. */
110 char *options, mntpath[PATH_MAX]; local
113 options = NULL;
127 if (!hasopt(options, "force"))
128 options = catopt(options, "force");
135 options = catopt(options, optarg);
138 if (!hasopt(options, "ro"))
139 options
336 mountfs(const char *vfstype, const char *spec, const char *name, const char *options, const char *mntopts, int skipmounted) argument
708 mangle(char *options, int *argcp, const char **argv, int argcmax) argument
[all...]
/openbsd-current/usr.bin/tmux/
H A Doptions.c1 /* $OpenBSD: options.c,v 1.69 2022/06/17 07:28:05 nicm Exp $ */
51 struct options *owner;
63 struct options { struct
65 struct options *parent;
68 static struct options_entry *options_add(struct options *, const char *);
111 options_parent_table_entry(struct options *oo, const char *s)
116 fatalx("no parent options for %s", s);
119 fatalx("%s not in parent options", s);
170 struct options *
171 options_create(struct options *paren
[all...]
/openbsd-current/usr.bin/ssh/
H A Dclientloop.c115 /* import options */
116 extern Options options;
238 if (muxserver_sock == -1 || !options.control_persist
239 || options.control_persist_timeout == 0) {
250 (time_t)options.control_persist_timeout;
252 options.control_persist_timeout);
481 if (options.server_alive_interval > 0)
482 server_alive_time = monotime() + options.server_alive_interval;
490 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) {
580 if (options
[all...]
H A Dauth2-hostbased.c55 extern ServerOptions options;
103 if (match_pattern_list(pkalg, options.hostbased_accepted_algos, 0) != 1) {
109 options.ca_sign_algorithms)) != 0) {
116 options.required_rsa_size)) != 0) {
180 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
191 if (options.hostbased_uses_name_from_packet_only) {
222 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
228 options.ignore_user_known_hosts ? NULL :
235 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL)
243 options
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/
H A Dpodchecker.PL132 ## Define options
133 my %options;
135 ## Parse options
136 GetOptions(\%options, qw(help man warnings+ nowarnings)) || pod2usage(2);
137 pod2usage(1) if ($options{help});
138 pod2usage(-verbose => 2) if ($options{man});
140 if($options{nowarnings}) {
141 $options{warnings} = 0;
143 elsif(!defined $options{warnings}) {
144 $options{warning
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py352 options = parser.parse_args()
354 use_empty_implementation = options.use_empty_implementation
357 and not os.path.exists(options.json_input_path)):
361 with open(options.json_input_path) as f:
368 if not os.path.exists(options.output_file) or \
369 not filecmp.cmp(options.empty_implementation, options.output_file):
370 shutil.copyfile(options.empty_implementation, options.output_file)
408 g.GenerateFiles(options
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DCSKY.cpp30 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
40 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) {
55 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float,
56 options::OPT_mfloat_abi_EQ)) {
57 if (A->getOption().matches(options::OPT_msoft_float)) {
59 } else if (A->getOption().matches(options::OPT_mhard_float)) {
124 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
133 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) {
167 if (const Arg *FPUArg = Args.getLastArg(options
[all...]
H A DPPC.cpp82 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ))
89 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ))
114 handleTargetFeaturesGroup(Args, Features, options::OPT_m_ppc_Features_Group);
127 if (Args.getLastArg(options::OPT_msecure_plt))
139 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float,
140 options::OPT_mfloat_abi_EQ)) {
141 if (A->getOption().matches(options::OPT_msoft_float))
143 else if (A->getOption().matches(options::OPT_mhard_float))
166 Arg *A = Args.getLastArg(options
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp121 EvaluateExpressionOptions options;
122 options.SetUnwindOnError(true);
123 options.SetTryAllThreads(true);
124 options.SetStopOthers(true);
125 options.SetIgnoreBreakpoints(true);
126 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
127 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix);
128 options.SetAutoApplyFixIts(false);
129 options.SetLanguage(eLanguageTypeObjC_plus_plus);
136 exe_ctx, options, address_sanitizer_retrieve_report_data_comman
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp41 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
81 NSStringSummaryProvider(*text, summary_stream, options);
92 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
130 NSStringSummaryProvider(*text, summary_stream, options);
141 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
179 NSStringSummaryProvider(*text, summary_stream, options);
190 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
236 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
425 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
455 return ObjCBooleanSummaryProvider(valobj, stream, options);
40 NSBundleSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
91 NSTimeZoneSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
140 NSNotificationSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
189 NSMachPortSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
235 NSIndexSetSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
424 NSNumberSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
717 NSDecimalNumberSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
766 NSURLSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
892 NSDateSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
994 ObjCClassSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
1052 NSDataSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
1115 ObjCBOOLSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
1146 ObjCBooleanSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
1176 ObjCSELSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py1001 def attach_options_specified(options):
1002 if options.pid is not None:
1004 if options.waitFor:
1006 if options.attach:
1008 if options.attachCmds:
1013 def run_vscode(dbg, args, options):
1014 dbg.request_initialize(options.sourceInitFile)
1015 if attach_options_specified(options):
1016 response = dbg.request_attach(program=options.program,
1017 pid=options
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp324 EvaluateExpressionOptions options; local
325 options.SetUnwindOnError(true);
326 options.SetIgnoreBreakpoints(true);
327 options.SetStopOthers(true);
329 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
331 options.SetTimeout(std::chrono::milliseconds(500));
333 options.SetTimeout(process_sp->GetUtilityExpressionTimeout());
334 options.SetTryAllThreads(false);
335 options.SetIsForUtilityExpr(true);
355 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options,
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h97 if (options().getAttributeFormat())
127 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()),
179 if (!options().getCompareContext() && options().getCompareLines())
183 if (!options().getCompareContext() && options().getCompareScopes())
187 if (!options().getCompareContext() && options().getCompareSymbols())
191 if (!options().getCompareContext() && options()
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp138 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { argument
141 CHECK_NE(options->stack_bottom, 0);
142 CHECK_NE(options->stack_size, 0);
143 stack_bottom_ = options->stack_bottom;
144 stack_top_ = options->stack_bottom + options->stack_size;
164 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, local
166 t->Init(&options);
189 const AsanThread::InitOptions options = {stack_bottom, stack_size}; local
190 thread->Init(&options);
[all...]
/openbsd-current/sbin/fsck/
H A Dfsck.c66 char *options; local
71 static char *options; variable
144 options = catopt(options, globopt, 1);
150 options = catopt(options, p, 1);
276 if (options) {
278 optbuf = catopt(options, extra, 0);
280 optbuf = estrdup(options);
383 return e->options;
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp44 // LinkerInput options have been forwarded. Don't duplicate.
45 if (O.hasFlag(options::LinkerInput))
47 return O.matches(options::OPT_Link_Group) || O.hasFlag(options::LinkOption);
55 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) {
62 Args.AddLastArg(CmdArgs, options::OPT_mcpu_EQ);
126 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
135 // inputs into '-Wl,' options?
157 // Reverse translate some rewritten options
[all...]

Completed in 414 milliseconds

<<11121314151617181920>>