Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp740 class CommandObjectPlatformFile : public CommandObjectMultiword { class
743 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile
758 ~CommandObjectPlatformFile() override = default;
762 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;
763 const CommandObjectPlatformFile &
764 operator=(const CommandObjectPlatformFile &) = delete;
1754 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()