Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectHelp.cpp73 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute()
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h55 eCommandTypesBuiltin = 0x0001, // native commands such as "frame" enumerator
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1070 if ( (cmd_types & eCommandTypesBuiltin) == eCommandTypesBuiltin ) in GetHelp()