Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp268 class CommandObjectPlatformStatus : public CommandObjectParsed { class
270 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() function in CommandObjectPlatformStatus
275 ~CommandObjectPlatformStatus() override = default;
1850 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()