Home
last modified time | relevance | path

Searched refs:eFrameIndexCompletion (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h42 eFrameIndexCompletion = (1u << 14), enumerator
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp70 {eFrameIndexCompletion, CommandCompletions::FrameIndexes}, in InvokeCommonCompletionCallbacks()
DCommandObjectFrame.cpp298 GetCommandInterpreter(), CommandCompletions::eFrameIndexCompletion, in HandleArgumentCompletion()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1067 …{ eArgTypeFrameIndex, "frame-index", CommandCompletions::eFrameIndexCompletion, { nullptr, false }…