Home
last modified time | relevance | path

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

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