Home
last modified time | relevance | path

Searched refs:m_varobj_options (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp49 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectDWIMPrint()
82 bool suppress_result = m_expr_options.ShouldSuppressResult(m_varobj_options); in DoExecute()
91 m_expr_options.GetEvaluateExpressionOptions(target, m_varobj_options); in DoExecute()
96 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
100 bool is_po = m_varobj_options.use_objc; in DoExecute()
H A DCommandObjectExpression.cpp334 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, in CommandObjectExpression()
346 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
434 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options); in EvaluateExpression()
457 if (m_varobj_options.elem_count > 0) { in EvaluateExpression()
468 m_command_options.ShouldSuppressResult(m_varobj_options); in EvaluateExpression()
470 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
654 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute()
H A DCommandObjectDWIMPrint.h51 OptionGroupValueObjectDisplay m_varobj_options; variable
H A DCommandObjectFrame.cpp438 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable()
560 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
593 var_sp, m_varobj_options.use_dynamic); in DoExecute()
630 entry.ref(), m_varobj_options.use_dynamic, expr_path_options, in DoExecute()
679 var_sp, m_varobj_options.use_dynamic); in DoExecute()
744 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectFrameVariable
H A DCommandObjectExpression.h97 OptionGroupValueObjectDisplay m_varobj_options; variable
H A DCommandObjectMemory.cpp335 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3); in CommandObjectMemoryRead()
554 !m_varobj_options.AnyOptionWasSet() && in DoExecute()
559 m_varobj_options = m_prev_varobj_options; in DoExecute()
747 m_prev_varobj_options = m_varobj_options; in DoExecute()
815 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
869 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectMemoryRead
H A DCommandObjectTarget.cpp753 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable()
770 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
1021 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectTargetVariable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h65 m_varobj_options = options; in SetValueObjectDisplayOptions()
155 OptionGroupValueObjectDisplay m_varobj_options; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp33 m_varobj_options.OptionParsingStarting(&exe_ctx); in REPL()
322 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()
324 expr_options.SetUseDynamic(m_varobj_options.use_dynamic); in IOHandlerInputComplete()