Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp854 class StatusCommand : public CommandObjectParsed { class
856 StatusCommand(CommandInterpreter &interpreter) in StatusCommand() function in sddarwinlog_private::StatusCommand
957 auto status_cmd_sp = CommandObjectSP(new StatusCommand(interpreter)); in BaseCommand()