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
26 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
27 : DumpValueObjectOptions() { in DumpValueObjectOptions()
33 DumpValueObjectOptions &
34 DumpValueObjectOptions::SetMaximumPointerDepth(uint32_t depth) { in SetMaximumPointerDepth()
39 DumpValueObjectOptions &
40 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth()
46 DumpValueObjectOptions &
47 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
52 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()
510 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
599 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
[all …]
H A DTypeSummary.cpp103 ValueObjectPrinter printer(*valobj, &s, DumpValueObjectOptions()); in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h22 class DumpValueObjectOptions {
52 const DumpValueObjectOptions &, Stream &)>
57 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
58 static DumpValueObjectOptions g_default_options; in DefaultOptions()
63 DumpValueObjectOptions();
65 DumpValueObjectOptions(ValueObject &valobj);
67 DumpValueObjectOptions &SetMaximumPointerDepth(uint32_t depth);
69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
73 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/Core/
H A DDumpRegisterValue.cpp49 lldb_private::DumpValueObjectOptions dump_options; in dump_type_value()
50 lldb_private::DumpValueObjectOptions::ChildPrintingDecider decider = in dump_type_value()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp189 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions()
192 DumpValueObjectOptions options; in GetAsDumpOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp156 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
158 const DumpValueObjectOptions &opts, in DoExecute()
167 DumpValueObjectOptions options; in DoExecute()
533 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectDWIMPrint.cpp88 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp461 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp816 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp737 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/ValueObject/
H A DValueObject.h45 class DumpValueObjectOptions; variable
703 llvm::Error Dump(Stream &s, const DumpValueObjectOptions &options);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h352 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/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.cpp1270 DumpValueObjectOptions options; in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2707 return Dump(s, DumpValueObjectOptions(*this)); in Dump()
2711 const DumpValueObjectOptions &options) { in Dump()
/freebsd/lib/clang/liblldb/
H A DMakefile222 SRCS+= DataFormatters/DumpValueObjectOptions.cpp