Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp275 class CommandObjectPlatformConnect : public CommandObjectParsed { class
277 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() function in CommandObjectPlatformConnect
283 ~CommandObjectPlatformConnect() override = default;
1793 new CommandObjectPlatformConnect(interpreter))); in CommandObjectPlatform()