Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp872 if (level != eDescriptionLevelInitial) { in GetDescription()
917 case lldb::eDescriptionLevelInitial: in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp539 lldb::eDescriptionLevelInitial); in ModuleUUIDs()
748 stophook_sp->GetDescription(&strm, lldb::eDescriptionLevelInitial); in StopHookIDs()
H A DCommandObjectBreakpoint.cpp738 bp_sp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
2304 bp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h212 eDescriptionLevelInitial, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3736 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnKernel()
3776 bp->GetDescription(&strm, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnScriptGroup()
3797 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnReduction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1134 p->GetDescription(&strm, eDescriptionLevelInitial); in AutoCompleteThreadPlans()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst334 .. py:data:: eDescriptionLevelInitial