Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
1913 new CommandObjectPlatformConnect(interpreter))); in CommandObjectPlatform()