Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp323 class CommandObjectPlatformDisconnect : public CommandObjectParsed { class
325 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect() function in CommandObjectPlatformDisconnect
330 ~CommandObjectPlatformDisconnect() override = default;
1916 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()