Searched refs:m_varobj_options (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 47 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() 92 bool is_po = m_varobj_options.use_objc; in DoExecute()
|
H A D | CommandObjectExpression.cpp | 322 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, in CommandObjectExpression() 334 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion() 422 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options); in EvaluateExpression() 445 if (m_varobj_options.elem_count > 0) { in EvaluateExpression() 456 m_command_options.ShouldSuppressResult(m_varobj_options); in EvaluateExpression() 458 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression() 646 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute()
|
H A D | CommandObjectDWIMPrint.h | 47 OptionGroupValueObjectDisplay m_varobj_options; variable
|
H A D | CommandObjectFrame.cpp | 396 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable() 509 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute() 542 var_sp, m_varobj_options.use_dynamic); in DoExecute() 581 entry.ref(), m_varobj_options.use_dynamic, expr_path_options, in DoExecute() 631 var_sp, m_varobj_options.use_dynamic); in DoExecute() 700 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectFrameVariable
|
H A D | CommandObjectExpression.h | 97 OptionGroupValueObjectDisplay m_varobj_options; variable
|
H A D | CommandObjectMemory.cpp | 335 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() 872 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectMemoryRead
|
H A D | CommandObjectTarget.cpp | 721 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable() 738 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject() 990 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectTargetVariable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | REPL.h | 65 m_varobj_options = options; in SetValueObjectDisplayOptions() 155 OptionGroupValueObjectDisplay m_varobj_options; variable
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 33 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()
|