Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp90 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
H A DCommandObjectCommands.cpp1647 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h235 eCommandTypesUserDef = 0x0002, //< scripted commands enumerator
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1433 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()