Home
last modified time | relevance | path

Searched defs:EnableCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h18 class EnableCommand; variable
H A DStructuredDataDarwinLog.cpp739 class EnableCommand : public CommandObjectParsed { global() class
741 EnableCommand(CommandInterpreter &interpreter, bool enable, const char *name, EnableCommand() function in sddarwinlog_private::EnableCommand