Searched refs:m_varobj_options (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 261 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, in CommandObjectExpression() 273 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion() 343 options.SetCoerceToId(m_varobj_options.use_objc); in GetEvalOptions() 347 options.SetUseDynamic(m_varobj_options.use_dynamic); in GetEvalOptions() 420 if (m_varobj_options.elem_count > 0) { in EvaluateExpression() 430 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression() 603 repl_sp->SetValueObjectDisplayOptions(m_varobj_options); in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 435 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable() 502 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute() 537 var_sp, m_varobj_options.use_dynamic); in DoExecute() 580 entry.ref(), m_varobj_options.use_dynamic, expr_path_options, in DoExecute() 648 var_sp, m_varobj_options.use_dynamic); in DoExecute() 715 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectFrameVariable
|
| H A D | CommandObjectExpression.h | 91 OptionGroupValueObjectDisplay m_varobj_options; variable
|
| H A D | CommandObjectMemory.cpp | 334 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3); in CommandObjectMemoryRead() 556 !m_varobj_options.AnyOptionWasSet() && in DoExecute() 561 m_varobj_options = m_prev_varobj_options; in DoExecute() 758 m_prev_varobj_options = m_varobj_options; in DoExecute() 826 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute() 881 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() 999 OptionGroupValueObjectDisplay m_varobj_options; member in CommandObjectTargetVariable
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 65 m_varobj_options = options; in SetValueObjectDisplayOptions() 137 OptionGroupValueObjectDisplay m_varobj_options; variable
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 31 m_varobj_options.OptionParsingStarting(&exe_ctx); in REPL() 318 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete() 320 expr_options.SetUseDynamic(m_varobj_options.use_dynamic); in IOHandlerInputComplete()
|