| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 110 level == lldb::eDescriptionLevelFull) { in GetDescription() 127 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 30 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| H A D | CompilerType.h | 456 lldb::eDescriptionLevelFull) const; 463 lldb::eDescriptionLevelFull) const;
|
| H A D | TypeSystem.h | 402 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0; 410 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull) = 0;
|
| H A D | Type.h | 106 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 138 STRING_EXTENSION_LEVEL(SBBreakpointLocation, lldb::eDescriptionLevelFull)
|
| /openbsd-src/gnu/llvm/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 | 145 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
|
| H A D | SBBreakpointName.cpp | 527 bp_name->GetDescription(s.get(), eDescriptionLevelFull); in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 510 if (level == lldb::eDescriptionLevelFull || in GetDescription() 562 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription() 585 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
|
| H A D | WatchpointOptions.cpp | 148 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | Watchpoint.cpp | 202 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
|
| H A D | Breakpoint.cpp | 880 case lldb::eDescriptionLevelFull: in GetDescription() 899 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | breakwin.py | 90 location, lldb.eDescriptionLevelFull)
|
| H A D | sourcewin.py | 206 location, lldb.eDescriptionLevelFull)
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 182 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 195 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 965 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute() 1126 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1316 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread() 1410 if (!thread_sp->GetDescription(strm, eDescriptionLevelFull, false, false)) { in HandleOneThread() 1808 : eDescriptionLevelFull; in DoExecute() 1821 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute() 1846 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
|
| H A D | CommandObjectWatchpointCommand.cpp | 584 eDescriptionLevelFull, in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 648 eDescriptionLevelFull, in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 103 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1097 if (level >= eDescriptionLevelFull) { in GetDescription() 1160 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected() 1180 GetDescription(strm.AsRawOstream(), lldb::eDescriptionLevelFull); in ReportWarning() 1188 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessage() 1197 GetDescription(log_message.AsRawOstream(), lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 210 eDescriptionLevelFull, enumerator
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Module.h | 209 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|