Home
last modified time | relevance | path

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

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