Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp570 class CommandObjectPlatformFRead : public CommandObjectParsed { class
572 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() function in CommandObjectPlatformFRead
580 ~CommandObjectPlatformFRead() override = default;
765 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()