Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp408 GetDescription(&s, lldb::eDescriptionLevelVerbose); in ShouldStop()
503 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()
DBreakpointID.cpp49 if (level == eDescriptionLevelVerbose) in GetDescription()
DWatchpoint.cpp191 description_level <= lldb::eDescriptionLevelVerbose); in DumpWithLevel()
213 if (description_level >= lldb::eDescriptionLevelVerbose) { in DumpWithLevel()
DWatchpointOptions.cpp136 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
DBreakpointResolverAddress.cpp145 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
DBreakpointResolver.cpp332 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddLocation()
DBreakpointResolverName.cpp390 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
DBreakpointOptions.cpp538 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
DBreakpoint.cpp945 case lldb::eDescriptionLevelVerbose: in GetDescription()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_watchpoint.py19 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
Dsb_breakpointlocation.py24 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
/external/llvm-project/lldb/bindings/interface/
DSBWatchpoint.i93 STRING_EXTENSION_LEVEL(SBWatchpoint, lldb::eDescriptionLevelVerbose)
/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverRange.cpp67 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
DThreadPlanStepInRange.cpp117 if (!printed_line_info || level == eDescriptionLevelVerbose) { in GetDescription()
DThreadPlanStepOut.cpp225 if (level == eDescriptionLevelVerbose) in GetDescription()
DThread.cpp786 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
952 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h210 eDescriptionLevelVerbose, enumerator
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp53 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription()
DSymbolContext.cpp882 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1262 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
DFunction.cpp378 if (level == eDescriptionLevelVerbose) in GetDescription()
DType.cpp191 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp1760 ? eDescriptionLevelVerbose in DoExecute()
1802 desc_level = eDescriptionLevelVerbose; in HandleOneThread()
DCommandObjectWatchpoint.cpp190 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp411 return opts::symbols::DumpClangAST ? eDescriptionLevelVerbose : eDescriptionLevelFull; in GetDescriptionLevel()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8947 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8960 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8976 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
8994 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()
9000 if (level == eDescriptionLevelVerbose) in DumpTypeDescription()

12