Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp96 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
H A DCommandObjectCommands.cpp1783 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h188 eCommandTypesUserDef = 0x0002, // scripted commands enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1221 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()