Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp89 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
H A DCommandObjectCommands.cpp1565 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h235 eCommandTypesUserDef = 0x0002, // scripted commands enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1266 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()