Home
last modified time | relevance | path

Searched defs:g_need_argument (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h262 static const char *g_need_argument; variable
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp113 const char *CommandInterpreter::g_need_argument = "<need-argument>"; member in CommandInterpreter