Home
last modified time | relevance | path

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

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