Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp86 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h235 eCommandTypesBuiltin = 0x0001, //< native commands such as "frame" enumerator
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1418 if ((cmd_types & eCommandTypesBuiltin) == eCommandTypesBuiltin) { in GetHelp()