Home
last modified time | relevance | path

Searched refs:eDescriptionLevelFull (Results 1 – 25 of 33) sorted by relevance

12

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocationExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBBreakpointLocation, lldb::eDescriptionLevelFull)
/src/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp100 level == lldb::eDescriptionLevelFull) { in GetDescription()
117 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h30 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) const;
H A DCompilerType.h511 lldb::eDescriptionLevelFull) const;
518 lldb::eDescriptionLevelFull) const;
H A DTypeSystem.h427 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
435 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
H A DType.h421 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/src/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp105 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBSymbolContext.cpp185 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBSymbol.cpp100 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBThreadPlan.cpp144 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
H A DSBBreakpointName.cpp529 bp_name->GetDescription(s.get(), eDescriptionLevelFull); in GetDescription()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp503 if (level == lldb::eDescriptionLevelFull || in GetDescription()
561 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription()
584 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
H A DWatchpointOptions.cpp148 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DBreakpoint.cpp862 case lldb::eDescriptionLevelFull: in GetDescription()
881 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DWatchpoint.cpp358 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp179 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
192 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
931 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
1103 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
H A DCommandObjectThread.cpp1341 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread()
1438 if (!thread_sp->GetDescription(strm, eDescriptionLevelFull, false, false)) { in HandleOneThread()
1826 : eDescriptionLevelFull; in DoExecute()
1839 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1864 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
H A DCommandObjectWatchpointCommand.cpp546 eDescriptionLevelFull, in DoExecute()
H A DCommandObjectBreakpointCommand.cpp609 eDescriptionLevelFull, in DoExecute()
H A DCommandObjectBreakpoint.cpp1116 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1132 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1923 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) { in DoExecute()
/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp103 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
/src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1049 if (level >= eDescriptionLevelFull) { in GetDescription()
1112 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected()
1132 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportWarning()
1140 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessage()
1149 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h208 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h210 eDescriptionLevelFull, enumerator
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1073 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;
1077 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;

12