Home
last modified time | relevance | path

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

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