Home
last modified time | relevance | path

Searched refs:eDescriptionLevelInitial (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp493 if (level != eDescriptionLevelInitial) { in GetDescription()
501 if (level != eDescriptionLevelInitial) in GetDescription()
511 level == eDescriptionLevelInitial) { in GetDescription()
562 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription()
573 if (level == eDescriptionLevelInitial) in GetDescription()
585 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
614 } else if (level != eDescriptionLevelInitial) { in GetDescription()
H A DBreakpoint.cpp867 if (level != eDescriptionLevelInitial) { in GetDescription()
912 case lldb::eDescriptionLevelInitial: in GetDescription()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp539 lldb::eDescriptionLevelInitial); in ModuleUUIDs()
748 stophook_sp->GetDescription(&strm, lldb::eDescriptionLevelInitial); in StopHookIDs()
H A DCommandObjectBreakpoint.cpp737 bp_sp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
2303 bp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h211 eDescriptionLevelInitial, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3735 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnKernel()
3775 bp->GetDescription(&strm, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnScriptGroup()
3796 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnReduction()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1111 p->GetDescription(&strm, eDescriptionLevelInitial); in AutoCompleteThreadPlans()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst334 .. py:data:: eDescriptionLevelInitial