Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp409 GetDescription(&s, lldb::eDescriptionLevelVerbose); in ShouldStop()
504 if (level == lldb::eDescriptionLevelVerbose) in GetDescription()
556 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
587 else if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
599 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DWatchpoint.cpp190 description_level <= lldb::eDescriptionLevelVerbose); in DumpWithLevel()
212 if (description_level >= lldb::eDescriptionLevelVerbose) { in DumpWithLevel()
H A DBreakpointID.cpp44 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DWatchpointOptions.cpp134 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpointResolverAddress.cpp142 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointResolver.cpp331 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in AddLocation()
H A DBreakpointResolverName.cpp392 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
H A DBreakpointOptions.cpp526 if (level == lldb::eDescriptionLevelVerbose) { in GetDescription()
H A DBreakpoint.cpp926 case lldb::eDescriptionLevelVerbose: in GetDescription()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_watchpoint.py19 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
H A Dsb_breakpointlocation.py24 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBWatchpoint.i93 STRING_EXTENSION_LEVEL(SBWatchpoint, lldb::eDescriptionLevelVerbose)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A DTestBreakpointByLineAndColumn.py94 self.assertTrue(bpkt_loc.GetDescription(bpkt_loc_desc, lldb.eDescriptionLevelVerbose))
/llvm-project-15.0.7/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.cpp778 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
947 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h210 eDescriptionLevelVerbose, enumerator
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp876 symbol->GetDescription(&ss, eDescriptionLevelVerbose, &target); in FindBestGlobalDataSymbol()
1255 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
H A DBlock.cpp54 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription()
H A DFunction.cpp376 if (level == eDescriptionLevelVerbose) in GetDescription()
H A DType.cpp190 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1807 ? eDescriptionLevelVerbose in DoExecute()
1848 desc_level = eDescriptionLevelVerbose; in HandleOneThread()
H A DCommandObjectWatchpoint.cpp185 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp416 return opts::symbols::DumpClangAST ? eDescriptionLevelVerbose : eDescriptionLevelFull; in GetDescriptionLevel()

12