Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp568 CommandObjectExpression::CommandOptions command_options) { in GetExprOptions() argument
569 command_options.OptionParsingStarting(&ctx); in GetExprOptions()
572 command_options.unwind_on_error = false; in GetExprOptions()
573 command_options.ignore_breakpoints = false; in GetExprOptions()
574 command_options.debug = false; in GetExprOptions()
577 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
578 expr_options.SetIgnoreBreakpoints(command_options.ignore_breakpoints); in GetExprOptions()
579 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
581 if (command_options.timeout > 0) in GetExprOptions()
582 expr_options.SetTimeout(std::chrono::microseconds(command_options.timeout)); in GetExprOptions()
/freebsd/sys/dev/e1000/
H A De1000_hw.h707 u8 command_options; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3524 Options *command_options = cmd_obj->GetOptions(); in ResolveCommandImpl() local
3525 if (command_options && in ResolveCommandImpl()
3526 command_options->SupportsLongOption("gdb-format")) { in ResolveCommandImpl()