Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp79 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
H A DCommandObjectCommands.cpp2333 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h250 eCommandTypesUserDef = 0x0002, //< scripted commands enumerator
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1457 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()