Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp110 level == lldb::eDescriptionLevelFull) { in GetDescription()
127 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i138 STRING_EXTENSION_LEVEL(SBBreakpointLocation, lldb::eDescriptionLevelFull)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h30 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
H A DCompilerType.h382 lldb::eDescriptionLevelFull) const;
389 lldb::eDescriptionLevelFull) const;
H A DTypeSystem.h385 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
393 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
H A DType.h108 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp510 if (level == lldb::eDescriptionLevelFull || in GetDescription()
562 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription()
585 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
H A DWatchpointOptions.cpp150 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DWatchpoint.cpp199 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
H A DBreakpoint.cpp872 case lldb::eDescriptionLevelFull: in GetDescription()
891 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp114 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBSymbol.cpp104 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBSymbolContext.cpp209 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
H A DSBThreadPlan.cpp153 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp182 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
195 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
969 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
1131 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
H A DCommandObjectThread.cpp1268 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread()
1716 : eDescriptionLevelFull; in DoExecute()
1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1754 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
H A DCommandObjectWatchpointCommand.cpp614 eDescriptionLevelFull, in DoExecute()
H A DCommandObjectBreakpointCommand.cpp678 eDescriptionLevelFull, in DoExecute()
H A DCommandObjectTarget.cpp1633 type_sp->GetDescription(&strm, eDescriptionLevelFull, true, target); in LookupTypeInModule()
1642 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true, in LookupTypeInModule()
1678 type_sp->GetDescription(&strm, eDescriptionLevelFull, true, target); in LookupTypeHere()
1687 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true, in LookupTypeHere()
2336 m_options.m_verbose ? eDescriptionLevelFull in DoExecute()
4860 eDescriptionLevelFull); in DoExecute()
H A DCommandObjectBreakpoint.cpp1131 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1147 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1983 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp102 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1080 if (level >= eDescriptionLevelFull) { in GetDescription()
1139 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected()
1165 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportWarning()
1186 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessage()
1199 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h196 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h209 eDescriptionLevelFull, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h979 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;
983 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;

12