Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp18 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions
29 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
36 DumpValueObjectOptions &
54 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
59 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
64 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
69 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
94 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
105 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
110 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
[all …]
H A DValueObjectPrinter.cpp24 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter()
27 DumpValueObjectOptions options; in ValueObjectPrinter()
33 const DumpValueObjectOptions &options) { in ValueObjectPrinter()
38 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
39 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
45 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
470 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
483 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
560 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
565 DumpValueObjectOptions child_options(m_options); in PrintChild()
[all …]
H A DTypeSummary.cpp95 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h23 class DumpValueObjectOptions {
58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
59 static DumpValueObjectOptions g_default_options; in DefaultOptions()
64 DumpValueObjectOptions();
66 DumpValueObjectOptions(const DumpValueObjectOptions &rhs) = default;
68 DumpValueObjectOptions(ValueObject &valobj);
70 DumpValueObjectOptions &
85 DumpValueObjectOptions &
98 DumpValueObjectOptions &SetRawDisplay();
102 DumpValueObjectOptions &
[all …]
H A DValueObjectPrinter.h30 const DumpValueObjectOptions &options);
45 const DumpValueObjectOptions &options,
46 const DumpValueObjectOptions::PointerDepth &ptr_depth,
53 const DumpValueObjectOptions &options,
54 const DumpValueObjectOptions::PointerDepth &ptr_depth,
103 DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
116 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
122 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
132 DumpValueObjectOptions m_options;
135 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h43 DumpValueObjectOptions GetAsDumpOptions(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp194 DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp]( in DoExecute()
195 ConstString type, ConstString var, const DumpValueObjectOptions &opts, in DoExecute()
205 DumpValueObjectOptions options; in DoExecute()
534 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp473 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp816 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp752 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h47 class DumpValueObjectOptions; variable
666 void Dump(Stream &s, const DumpValueObjectOptions &options);
690 void LogValueObject(Log *log, const DumpValueObjectOptions &options);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h205 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp417 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2724 return LogValueObject(log, DumpValueObjectOptions(*this)); in LogValueObject()
2728 const DumpValueObjectOptions &options) { in LogValueObject()
2737 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump()
2739 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h88 class DumpValueObjectOptions; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile180 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3389 DumpValueObjectOptions expr_options; in DumpAllocation()