Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h176 {lldb::eFrameIndexCompletion, "frame-index", "Completes to a frame index."},
234 …{ lldb::eArgTypeFrameIndex, "frame-index", lldb::eFrameIndexCompletion, {}, { nullptr, false }, "I…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1289 eFrameIndexCompletion = (1ul << 14), enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp293 GetCommandInterpreter(), lldb::eFrameIndexCompletion, request, nullptr); in HandleArgumentCompletion()
H A DCommandCompletions.cpp75 {lldb::eFrameIndexCompletion, CommandCompletions::FrameIndexes}, in InvokeCommonCompletionCallbacks()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78537 {SWIG_LUA_CONSTTAB_INT("eFrameIndexCompletion", lldb::eFrameIndexCompletion)},