Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp240 class CommandObjectPlatformStatus : public CommandObjectParsed { class
242 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() function in CommandObjectPlatformStatus
247 ~CommandObjectPlatformStatus() override = default;
1814 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()