Home
last modified time | relevance | path

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

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