Home
last modified time | relevance | path

Searched refs:command_options (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp545 CommandObjectExpression::CommandOptions command_options) { in GetExprOptions() argument
546 command_options.OptionParsingStarting(&ctx); in GetExprOptions()
549 command_options.unwind_on_error = false; in GetExprOptions()
550 command_options.ignore_breakpoints = false; in GetExprOptions()
551 command_options.debug = false; in GetExprOptions()
554 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
555 expr_options.SetIgnoreBreakpoints(command_options.ignore_breakpoints); in GetExprOptions()
556 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
558 if (command_options.timeout > 0) in GetExprOptions()
559 expr_options.SetTimeout(std::chrono::microseconds(command_options.timeout)); in GetExprOptions()
/freebsd-13.1/sys/dev/e1000/
H A De1000_hw.h691 u8 command_options; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3214 Options *command_options = cmd_obj->GetOptions(); in ResolveCommandImpl() local
3215 if (command_options && in ResolveCommandImpl()
3216 command_options->SupportsLongOption("gdb-format")) { in ResolveCommandImpl()