Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp492 if (level != eDescriptionLevelInitial) { in GetDescription()
500 if (level != eDescriptionLevelInitial) in GetDescription()
510 level == eDescriptionLevelInitial) { in GetDescription()
561 (level == eDescriptionLevelFull || level == eDescriptionLevelInitial)) in GetDescription()
572 if (level == eDescriptionLevelInitial) in GetDescription()
584 if (level == eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
613 } else if (level != eDescriptionLevelInitial) { in GetDescription()
DBreakpoint.cpp886 if (level != eDescriptionLevelInitial) { in GetDescription()
931 case lldb::eDescriptionLevelInitial: in GetDescription()
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp537 lldb::eDescriptionLevelInitial); in ModuleUUIDs()
746 stophook_sp->GetDescription(&strm, lldb::eDescriptionLevelInitial); in StopHookIDs()
DCommandObjectBreakpoint.cpp743 bp_sp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
2243 bp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, in DoExecute()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h211 eDescriptionLevelInitial, enumerator
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3750 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnKernel()
3791 bp->GetDescription(&strm, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnScriptGroup()
3812 bp->GetDescription(&messages, lldb::eDescriptionLevelInitial, false); in PlaceBreakpointOnReduction()
/external/llvm-project/lldb/source/Target/
DThread.cpp1116 p->GetDescription(&strm, eDescriptionLevelInitial); in AutoCompleteThreadPlans()