Home
last modified time | relevance | path

Searched refs:eCommandTypesUserMW (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp80 cmd_types |= CommandInterpreter::eCommandTypesUserMW; in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h251 eCommandTypesUserMW = 0x0004, //< multiword commands (command containers) enumerator
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1469 ((cmd_types & eCommandTypesUserMW) == eCommandTypesUserMW)) { in GetHelp()