Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp568 class CommandObjectPlatformFRead : public CommandObjectParsed { class
570 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() function in CommandObjectPlatformFRead
576 ~CommandObjectPlatformFRead() override = default;
753 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()