Home
last modified time | relevance | path

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

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