Searched refs:m_varobj_options (Results 1 – 9 of 9) sorted by relevance
| /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 | 321 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, in CommandObjectExpression() 333 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion() 421 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options); in EvaluateExpression() 444 if (m_varobj_options.elem_count > 0) { in EvaluateExpression() 455 m_command_options.ShouldSuppressResult(m_varobj_options); in EvaluateExpression() 457 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression() 636 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 419 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in GetScopeString() 532 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute() 565 var_sp, m_varobj_options.use_dynamic); in DoExecute() 604 entry.ref(), m_varobj_options.use_dynamic, expr_path_options, in DoExecute() 654 var_sp, m_varobj_options.use_dynamic); in DoExecute() 723 OptionGroupValueObjectDisplay m_varobj_options; in SetOptionValue() 700 OptionGroupValueObjectDisplay m_varobj_options; global() member in CommandObjectFrameVariable
|
| H A D | CommandObjectDWIMPrint.h | 47 OptionGroupValueObjectDisplay m_varobj_options; variable
|
| 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
|
| /llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 65 m_varobj_options = options; in SetValueObjectDisplayOptions() 155 OptionGroupValueObjectDisplay m_varobj_options; variable
|
| /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()
|