Home
last modified time | relevance | path

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

/freebsd-14.2/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
35 DumpValueObjectOptions &
41 DumpValueObjectOptions &
60 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
65 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
70 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
100 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
116 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
[all …]
H A DValueObjectPrinter.cpp23 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter()
26 DumpValueObjectOptions options; in ValueObjectPrinter()
37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
303 DumpValueObjectOptions decl_print_options = m_options; in PrintDecl()
493 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
505 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
592 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
597 DumpValueObjectOptions child_options(m_options); in PrintChild()
699 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
[all …]
H A DTypeSummary.cpp83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h22 class DumpValueObjectOptions {
58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
59 static DumpValueObjectOptions g_default_options; in DefaultOptions()
64 DumpValueObjectOptions();
66 DumpValueObjectOptions(ValueObject &valobj);
68 DumpValueObjectOptions &
77 DumpValueObjectOptions &SetShowTypes(bool show = false);
85 DumpValueObjectOptions &
98 DumpValueObjectOptions &SetRawDisplay();
102 DumpValueObjectOptions &
[all …]
H A DValueObjectPrinter.h28 const DumpValueObjectOptions &options);
43 const DumpValueObjectOptions &options,
44 const DumpValueObjectOptions::PointerDepth &ptr_depth,
51 const DumpValueObjectOptions &options,
52 const DumpValueObjectOptions::PointerDepth &ptr_depth,
94 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
107 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
113 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
127 DumpValueObjectOptions m_options;
130 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd-14.2/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-14.2/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.cpp2515 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump()
2517 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp167 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
169 const DumpValueObjectOptions &opts, in DoExecute()
178 DumpValueObjectOptions options; in DoExecute()
560 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectDWIMPrint.cpp96 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp470 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp815 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp770 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp293 DumpValueObjectOptions options; in DumpSnapshots()
316 DumpValueObjectOptions options; in DumpSnapshots()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h244 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h45 class DumpValueObjectOptions; variable
643 void Dump(Stream &s, const DumpValueObjectOptions &options);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp470 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h77 class DumpValueObjectOptions; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1214 DumpValueObjectOptions options; in GetDescription()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile210 SRCS+= DataFormatters/DumpValueObjectOptions.cpp