Home
last modified time | relevance | path

Searched refs:DumpValueObjectOptions (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions
28 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
29 : DumpValueObjectOptions() { in DumpValueObjectOptions()
35 DumpValueObjectOptions &
36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
41 DumpValueObjectOptions &
42 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth()
48 DumpValueObjectOptions &
49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
54 DumpValueObjectOptions &
[all …]
H A DValueObjectPrinter.cpp25 DumpValueObjectOptions options(valobj); in ValueObjectPrinter()
30 const DumpValueObjectOptions &options) in ValueObjectPrinter()
36 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
37 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
44 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init()
308 DumpValueObjectOptions decl_print_options = m_options; in PrintDecl()
505 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
[all …]
H A DTypeSummary.cpp86 ValueObjectPrinter printer(*valobj, &s, DumpValueObjectOptions()); in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h22 class DumpValueObjectOptions {
53 const DumpValueObjectOptions &, Stream &)>
58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
59 static DumpValueObjectOptions g_default_options; in DefaultOptions()
64 DumpValueObjectOptions();
66 DumpValueObjectOptions(ValueObject &valobj);
68 DumpValueObjectOptions &
71 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
73 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
75 DumpValueObjectOptions &SetChildPrintingDecider(ChildPrintingDecider decider);
[all …]
H A DValueObjectPrinter.h32 const DumpValueObjectOptions &options);
47 const DumpValueObjectOptions &options,
48 const DumpValueObjectOptions::PointerDepth &ptr_depth,
55 const DumpValueObjectOptions &options,
56 const DumpValueObjectOptions::PointerDepth &ptr_depth,
115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
128 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
134 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
150 DumpValueObjectOptions m_options;
153 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp189 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions()
192 DumpValueObjectOptions options; in GetAsDumpOptions()
194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp49 lldb_private::DumpValueObjectOptions dump_options; in dump_type_value()
50 lldb_private::DumpValueObjectOptions::ChildPrintingDecider decider = in dump_type_value()
H A DValueObject.cpp2729 return Dump(s, DumpValueObjectOptions(*this)); in Dump()
2733 const DumpValueObjectOptions &options) { in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp155 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
157 const DumpValueObjectOptions &opts, in DoExecute()
166 DumpValueObjectOptions options; in DoExecute()
509 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectDWIMPrint.cpp88 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp458 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp815 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp738 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp297 DumpValueObjectOptions options; in DumpSnapshots()
322 DumpValueObjectOptions options; in DumpSnapshots()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h253 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h45 class DumpValueObjectOptions; variable
699 llvm::Error Dump(Stream &s, const DumpValueObjectOptions &options);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp501 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h79 class DumpValueObjectOptions; variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1251 DumpValueObjectOptions options; in GetDescription()
/freebsd/lib/clang/liblldb/
H A DMakefile215 SRCS+= DataFormatters/DumpValueObjectOptions.cpp