Home
last modified time | relevance | path

Searched refs:eDescriptionLevelBrief (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadSpec.cpp133 if (level == eDescriptionLevelBrief) { in GetDescription()
137 if (level == eDescriptionLevelBrief) { in GetDescription()
DThreadPlanCallFunctionUsingABI.cpp49 if (level == eDescriptionLevelBrief) { in GetDescription()
DThreadPlanCallUserExpression.cpp50 if (level == eDescriptionLevelBrief) in GetDescription()
DStopInfo.cpp205 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
402 bp_loc_sp->GetDescription(&loc_desc, eDescriptionLevelBrief); in PerformAction()
462 bp_loc_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction()
970 wp_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction()
1201 m_plan_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
DThreadPlanStepInstruction.cpp61 if (level == lldb::eDescriptionLevelBrief) { in GetDescription()
DThreadPlanStepThrough.cpp116 if (level == lldb::eDescriptionLevelBrief) in GetDescription()
DThreadPlanRunToAddress.cpp90 if (level == lldb::eDescriptionLevelBrief) { in GetDescription()
DThreadPlanStepUntil.cpp99 if (level == lldb::eDescriptionLevelBrief) { in GetDescription()
DThreadPlanStepOverRange.cpp54 if (level == lldb::eDescriptionLevelBrief) { in GetDescription()
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpointOptions.cpp146 else if (level == eDescriptionLevelBrief) in GetDescription()
162 if (level == eDescriptionLevelBrief) { in GetDescription()
DWatchpoint.cpp154 DumpWithLevel(s, lldb::eDescriptionLevelBrief); in Dump()
193 assert(description_level >= lldb::eDescriptionLevelBrief && in DumpWithLevel()
DBreakpointOptions.cpp556 if (level != eDescriptionLevelBrief) { in GetDescription()
563 if (level != eDescriptionLevelBrief) { in GetDescription()
575 if (level == eDescriptionLevelBrief) { in GetDescription()
DBreakpointSite.cpp86 if (level != lldb::eDescriptionLevelBrief) in GetDescription()
DBreakpoint.cpp859 if (level == eDescriptionLevelBrief) { in GetDescription()
879 case lldb::eDescriptionLevelBrief: in GetDescription()
945 if (show_locations && level != lldb::eDescriptionLevelBrief) { in GetDescription()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBType.i46 STRING_EXTENSION_LEVEL(SBTypeMember, lldb::eDescriptionLevelBrief)
108 STRING_EXTENSION_LEVEL(SBTypeMemberFunction, lldb::eDescriptionLevelBrief)
892 STRING_EXTENSION_LEVEL(SBType, lldb::eDescriptionLevelBrief)
DSBTypeNameSpecifier.i62 STRING_EXTENSION_LEVEL(SBTypeNameSpecifier, lldb::eDescriptionLevelBrief)
DSBTypeFilter.i64 STRING_EXTENSION_LEVEL(SBTypeFilter, lldb::eDescriptionLevelBrief)
DSBTypeFormat.i64 STRING_EXTENSION_LEVEL(SBTypeFormat, lldb::eDescriptionLevelBrief)
DSBTypeSynthetic.i66 STRING_EXTENSION_LEVEL(SBTypeSynthetic, lldb::eDescriptionLevelBrief)
DSBTypeSummary.i104 STRING_EXTENSION_LEVEL(SBTypeSummary, lldb::eDescriptionLevelBrief)
DSBTypeEnumMember.i46 STRING_EXTENSION_LEVEL(SBTypeEnumMember, lldb::eDescriptionLevelBrief)
DSBTypeCategory.i127 STRING_EXTENSION_LEVEL(SBTypeCategory, lldb::eDescriptionLevelBrief)
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp90 if (level == lldb::eDescriptionLevelBrief) in GetDescription()
289 case lldb::eDescriptionLevelBrief: in GetDescription()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLineEntry.cpp109 if (level == lldb::eDescriptionLevelBrief || in GetDescription()
DVariable.cpp156 m_location_list.GetDescription(s, lldb::eDescriptionLevelBrief, abi.get()); in Dump()
456 return m_location_list.DumpLocations(s, eDescriptionLevelBrief, in DumpLocations()

12