Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp898 class StatusCommand : public CommandObjectParsed { class
900 StatusCommand(CommandInterpreter &interpreter) in StatusCommand() function in sddarwinlog_private::StatusCommand
1003 auto status_cmd_sp = CommandObjectSP(new StatusCommand(interpreter)); in BaseCommand()