| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocationExtensions.i | 1 STRING_EXTENSION_LEVEL_OUTSIDE(SBBreakpointLocation, lldb::eDescriptionLevelFull)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 97 level == lldb::eDescriptionLevelFull) { in GetDescription() 114 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 30 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) const;
|
| H A D | CompilerType.h | 494 lldb::eDescriptionLevelFull) const; 501 lldb::eDescriptionLevelFull) const;
|
| H A D | TypeSystem.h | 398 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0; 406 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
|
| H A D | Type.h | 415 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbolContextList.cpp | 105 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBSymbolContext.cpp | 185 m_opaque_up->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBSymbol.cpp | 100 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, nullptr); in GetDescription()
|
| H A D | SBThreadPlan.cpp | 144 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
|
| H A D | SBBreakpointName.cpp | 529 bp_name->GetDescription(s.get(), eDescriptionLevelFull); in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 511 if (level == lldb::eDescriptionLevelFull || in GetDescription() 563 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription() 586 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
|
| H A D | WatchpointOptions.cpp | 148 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | Breakpoint.cpp | 865 case lldb::eDescriptionLevelFull: in GetDescription() 884 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | Watchpoint.cpp | 350 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 184 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 197 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 982 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute() 1152 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1379 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread() 1473 if (!thread_sp->GetDescription(strm, eDescriptionLevelFull, false, false)) { in HandleOneThread() 1870 : eDescriptionLevelFull; in DoExecute() 1883 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute() 1908 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
|
| H A D | CommandObjectWatchpointCommand.cpp | 582 eDescriptionLevelFull, in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 645 eDescriptionLevelFull, in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1129 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 1145 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 1965 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) { in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 103 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1047 if (level >= eDescriptionLevelFull) { in GetDescription() 1110 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected() 1130 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportWarning() 1138 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessage() 1147 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 208 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 210 eDescriptionLevelFull, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1052 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override; 1056 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) override;
|