Home
last modified time | relevance | path

Searched refs:eDescriptionLevelVerbose (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp402 GetDescription(&s, lldb::eDescriptionLevelVerbose); in ShouldStop()
497 if (level == lldb::eDescriptionLevelVerbose) in GetDescription()
555 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
586 else if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
598 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpointID.cpp45 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DWatchpoint.cpp350 description_level <= lldb::eDescriptionLevelVerbose); in DumpWithLevel()
386 if (description_level >= lldb::eDescriptionLevelVerbose) { in DumpWithLevel()
H A DWatchpointOptions.cpp134 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpointResolverAddress.cpp140 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointResolver.cpp341 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddLocation()
H A DBreakpointResolverName.cpp382 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointOptions.cpp517 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpoint.cpp913 case lldb::eDescriptionLevelVerbose: in GetDescription()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBWatchpoint, lldb::eDescriptionLevelVerbose)
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp400 if (level == eDescriptionLevelVerbose) { in GetDescription()
411 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DSymbolContext.cpp886 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1265 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
H A DBlock.cpp54 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription()
H A DType.cpp315 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp68 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
H A DThreadPlanStepInRange.cpp118 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
H A DThreadPlanStepOut.cpp226 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DThread.cpp780 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
954 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
H A DTarget.cpp719 bp_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h211 eDescriptionLevelVerbose, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp182 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
H A DCommandObjectThread.cpp1825 ? eDescriptionLevelVerbose in DoExecute()
1866 desc_level = eDescriptionLevelVerbose; in HandleOneThread()
H A DCommandObjectBreakpoint.cpp1119 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst333 .. py:data:: eDescriptionLevelVerbose
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8897 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8910 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8926 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8938 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8944 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()

12