Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp85 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h239 eCommandTypesBuiltin = 0x0001, // native commands such as "frame" enumerator
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1224 if ((cmd_types & eCommandTypesBuiltin) == eCommandTypesBuiltin) { in GetHelp()