Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp576 CommandObjectExpression::CommandOptions command_options) { in GetExprOptions() argument
577 command_options.OptionParsingStarting(&ctx); in GetExprOptions()
580 command_options.unwind_on_error = false; in GetExprOptions()
581 command_options.ignore_breakpoints = false; in GetExprOptions()
582 command_options.debug = false; in GetExprOptions()
585 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
586 expr_options.SetIgnoreBreakpoints(command_options.ignore_breakpoints); in GetExprOptions()
587 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
589 if (command_options.timeout > 0) in GetExprOptions()
590 expr_options.SetTimeout(std::chrono::microseconds(command_options.timeout)); in GetExprOptions()
/freebsd-14.2/sys/dev/e1000/
H A De1000_hw.h707 u8 command_options; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3501 Options *command_options = cmd_obj->GetOptions(); in ResolveCommandImpl() local
3502 if (command_options && in ResolveCommandImpl()
3503 command_options->SupportsLongOption("gdb-format")) { in ResolveCommandImpl()