Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp112 level == lldb::eDescriptionLevelFull) { in GetDescription()
129 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DSymbolContext.cpp901 symbol->GetDescription(&ss, eDescriptionLevelFull, &target); in FindBestGlobalDataSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContextList.cpp79 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
H A DSBSymbol.cpp93 m_opaque_ptr->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
H A DSBSymbolContext.cpp198 m_opaque_ap->GetDescription(&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
H A DSBThreadPlan.cpp100 m_opaque_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
H A DSBBreakpointName.cpp536 bp_name->GetDescription(s.get(), eDescriptionLevelFull); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp515 if (level == lldb::eDescriptionLevelFull || in GetDescription()
567 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription()
590 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
H A DWatchpointOptions.cpp160 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DWatchpoint.cpp190 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
H A DBreakpoint.cpp893 case lldb::eDescriptionLevelFull: in GetDescription()
912 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
H A DBreakpointOptions.cpp580 if (level == lldb::eDescriptionLevelFull) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp204 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 DCommandObjectWatchpointCommand.cpp641 eDescriptionLevelFull); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp709 eDescriptionLevelFull); in DoExecute()
H A DCommandObjectBreakpoint.cpp1322 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1340 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
2214 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) in DoExecute()
H A DCommandObjectTarget.cpp1693 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 DCommandObjectThread.cpp1508 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 DThreadPlanStepThrough.cpp114 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
H A DThread.cpp1053 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in PushPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1086 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 DModule.h237 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h218 eDescriptionLevelFull, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1137 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp153 case lldb::eDescriptionLevelFull: in DumpLocation()
158 if (level == lldb::eDescriptionLevelFull) in DumpLocation()

12