Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp241 class CommandObjectPlatformStatus : public CommandObjectParsed { class
243 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() function in CommandObjectPlatformStatus
248 ~CommandObjectPlatformStatus() override = default;
1907 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()