Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h178 {lldb::eStopHookIDCompletion, "stophook-id", "Completes to a stophook id."},
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1291 eStopHookIDCompletion = (1ul << 16), enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp76 {lldb::eStopHookIDCompletion, CommandCompletions::StopHookIDs}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectTarget.cpp5199 GetCommandInterpreter(), lldb::eStopHookIDCompletion, request, nullptr); in HandleArgumentCompletion()
5255 GetCommandInterpreter(), lldb::eStopHookIDCompletion, request, nullptr); in HandleArgumentCompletion()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78539 {SWIG_LUA_CONSTTAB_INT("eStopHookIDCompletion", lldb::eStopHookIDCompletion)},