Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp90 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
H A DCommandObjectCommands.cpp1650 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h236 eCommandTypesUserDef = 0x0002, //< scripted commands enumerator
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1451 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()