| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 112 level == lldb::eDescriptionLevelFull) { in GetDescription() 129 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | SymbolContext.cpp | 901 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSymbolContextList.cpp | 79 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
|
| H A D | SBSymbol.cpp | 93 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
|
| H A D | SBSymbolContext.cpp | 198 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
|
| H A D | SBThreadPlan.cpp | 100 m_opaque_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
|
| H A D | SBBreakpointName.cpp | 536 bp_name->GetDescription(s.get(), eDescriptionLevelFull); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 515 if (level == lldb::eDescriptionLevelFull || in GetDescription() 567 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription() 590 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
|
| H A D | WatchpointOptions.cpp | 160 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | Watchpoint.cpp | 190 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
|
| H A D | Breakpoint.cpp | 893 case lldb::eDescriptionLevelFull: in GetDescription() 912 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| H A D | BreakpointOptions.cpp | 580 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 204 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 219 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 942 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute() 1111 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 641 eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 709 eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1322 m_level = lldb::eDescriptionLevelFull; in SetOptionValue() 1340 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting() 2214 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1693 type_sp->GetDescription(&strm, eDescriptionLevelFull, true); in LookupTypeInModule() 1702 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, in LookupTypeInModule() 1740 type_sp->GetDescription(&strm, eDescriptionLevelFull, true); in LookupTypeHere() 1749 typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true); in LookupTypeHere() 4975 eDescriptionLevelFull); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1508 if (!thread->GetDescription(strm, eDescriptionLevelFull, in HandleOneThread() 1984 DescriptionLevel desc_level = eDescriptionLevelFull; in HandleOneThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 114 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
|
| H A D | Thread.cpp | 1053 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in PushPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 1086 if (level >= eDescriptionLevelFull) { in GetDescription() 1141 GetDescription(&strm, lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected() 1167 GetDescription(&strm, lldb::eDescriptionLevelFull); in ReportWarning() 1188 GetDescription(&log_message, lldb::eDescriptionLevelFull); in LogMessage() 1201 GetDescription(&log_message, lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 237 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 218 eDescriptionLevelFull, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 1137 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 153 case lldb::eDescriptionLevelFull: in DumpLocation() 158 if (level == lldb::eDescriptionLevelFull) in DumpLocation()
|