Searched refs:eFrameIndexCompletion (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandOptionArgumentTable.h | 181 {lldb::eFrameIndexCompletion, "frame-index", "Completes to a frame index."}, 239 …{ lldb::eArgTypeFrameIndex, "frame-index", lldb::eFrameIndexCompletion, {}, { nullptr, false }, "I…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 1297 eFrameIndexCompletion = (1ul << 14), enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 77 {lldb::eFrameIndexCompletion, CommandCompletions::FrameIndexes}, in InvokeCommonCompletionCallbacks()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81825 {SWIG_LUA_CONSTTAB_INT("eFrameIndexCompletion", (lldb::eFrameIndexCompletion))},
|