Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp47 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectDWIMPrint()
74 bool suppress_result = m_expr_options.ShouldSuppressResult(m_varobj_options); in DoExecute()
83 m_expr_options.GetEvaluateExpressionOptions(target, m_varobj_options); in DoExecute()
88 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
93 bool is_po = m_varobj_options.use_objc; in DoExecute()
H A DCommandObjectExpression.cpp323 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, in CommandObjectExpression()
335 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
423 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options); in EvaluateExpression()
448 if (m_varobj_options.elem_count > 0) { in EvaluateExpression()
459 m_command_options.ShouldSuppressResult(m_varobj_options); in EvaluateExpression()
461 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
637 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute()
H A DCommandObjectDWIMPrint.h47 OptionGroupValueObjectDisplay m_varobj_options; variable
H A DCommandObjectFrame.cpp420 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable()
533 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
566 var_sp, m_varobj_options.use_dynamic); in DoExecute()
607 entry.ref(), m_varobj_options.use_dynamic, expr_path_options, in DoExecute()
659 var_sp, m_varobj_options.use_dynamic); in DoExecute()
731 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()
748 m_prev_varobj_options = m_varobj_options; in DoExecute()
816 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
873 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectMemoryRead
H A DCommandObjectTarget.cpp720 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable()
737 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
994 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectTargetVariable
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h65 m_varobj_options = options; in SetValueObjectDisplayOptions()
155 OptionGroupValueObjectDisplay m_varobj_options; variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp33 m_varobj_options.OptionParsingStarting(&exe_ctx); in REPL()
324 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()
326 expr_options.SetUseDynamic(m_varobj_options.use_dynamic); in IOHandlerInputComplete()