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.cpp395 GetDescription(&s, lldb::eDescriptionLevelVerbose); in ShouldStop()
491 if (level == lldb::eDescriptionLevelVerbose) in GetDescription()
564 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
595 else if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
607 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.cpp143 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointResolver.cpp359 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddLocation()
H A DBreakpointResolverName.cpp384 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointOptions.cpp510 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpoint.cpp968 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.cpp411 if (level == eDescriptionLevelVerbose) { in GetDescription()
422 level == eDescriptionLevelVerbose in GetDescription()
H A DSymbolContext.cpp836 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1246 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
H A DBlock.cpp55 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription()
H A DType.cpp323 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp71 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
H A DThreadPlanStepInRange.cpp119 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
H A DThreadPlanStepOut.cpp266 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DThread.cpp809 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
988 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
H A DTarget.cpp804 bp_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h214 eDescriptionLevelVerbose, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp180 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
H A DCommandObjectThread.cpp1838 ? eDescriptionLevelVerbose in DoExecute()
1879 desc_level = eDescriptionLevelVerbose; in HandleOneThread()
H A DCommandObjectBreakpoint.cpp1151 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.cpp8819 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8832 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8848 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8860 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8866 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()

12