| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 410 GetDescription(&s, lldb::eDescriptionLevelVerbose); in ShouldStop() 505 if (level == lldb::eDescriptionLevelVerbose) in GetDescription() 557 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription() 588 else if (level == lldb::eDescriptionLevelVerbose) { in GetDescription() 600 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
|
| H A D | BreakpointID.cpp | 45 if (level == eDescriptionLevelVerbose) in GetDescription()
|
| H A D | WatchpointOptions.cpp | 134 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
|
| H A D | Watchpoint.cpp | 342 description_level <= lldb::eDescriptionLevelVerbose); in DumpWithLevel() 364 if (description_level >= lldb::eDescriptionLevelVerbose) { in DumpWithLevel()
|
| H A D | BreakpointResolverAddress.cpp | 140 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
|
| H A D | BreakpointResolver.cpp | 332 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddLocation()
|
| H A D | BreakpointResolverName.cpp | 382 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
|
| H A D | BreakpointOptions.cpp | 525 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
|
| H A D | Breakpoint.cpp | 916 case lldb::eDescriptionLevelVerbose: in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBWatchpointExtensions.i | 1 STRING_EXTENSION_LEVEL_OUTSIDE(SBWatchpoint, lldb::eDescriptionLevelVerbose)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 399 if (level == eDescriptionLevelVerbose) { in GetDescription() 410 if (level == eDescriptionLevelVerbose) in GetDescription()
|
| H A D | SymbolContext.cpp | 877 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol() 1256 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
|
| H A D | Block.cpp | 54 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription()
|
| H A D | Type.cpp | 316 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 68 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
|
| H A D | ThreadPlanStepInRange.cpp | 118 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
|
| H A D | ThreadPlanStepOut.cpp | 226 if (level == eDescriptionLevelVerbose) in GetDescription()
|
| H A D | Thread.cpp | 773 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop() 947 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
|
| H A D | Target.cpp | 718 bp_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddBreakpoint()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 211 eDescriptionLevelVerbose, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 1869 ? eDescriptionLevelVerbose in DoExecute() 1910 desc_level = eDescriptionLevelVerbose; in HandleOneThread()
|
| H A D | CommandObjectWatchpoint.cpp | 187 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
|
| H A D | CommandObjectBreakpoint.cpp | 1132 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8711 if (level == eDescriptionLevelVerbose) in DumpTypeDescription() 8724 if (level == eDescriptionLevelVerbose) in DumpTypeDescription() 8740 if (level == eDescriptionLevelVerbose) in DumpTypeDescription() 8752 if (level == eDescriptionLevelVerbose) in DumpTypeDescription() 8758 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 333 .. py:data:: eDescriptionLevelVerbose
|