Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp271 class CommandObjectPlatformConnect : public CommandObjectParsed { class
273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() function in CommandObjectPlatformConnect
282 ~CommandObjectPlatformConnect() override = default;
1912 new CommandObjectPlatformConnect(interpreter))); in CommandObjectPlatform()