[Lldb-commits] [PATCH] D14952: Create new "platform process connect" command

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 26 10:41:43 PST 2015


tberghammer marked an inline comment as done.

================
Comment at: source/Commands/CommandObjectPlatform.cpp:2040-2041
@@ -1968,13 +2039,4 @@
                                 "platform process",
                                 "A set of commands to query, launch and attach to platform processes",
-                                "platform process [attach|launch|list] ...")
-    {
-        LoadSubCommand ("attach", CommandObjectSP (new CommandObjectPlatformProcessAttach (interpreter)));
-        LoadSubCommand ("launch", CommandObjectSP (new CommandObjectPlatformProcessLaunch (interpreter)));
-        LoadSubCommand ("info"  , CommandObjectSP (new CommandObjectPlatformProcessInfo (interpreter)));
-        LoadSubCommand ("list"  , CommandObjectSP (new CommandObjectPlatformProcessList (interpreter)));
-
-    }
-    
-    ~CommandObjectPlatformProcess () override
+                                "platform process [<command-options>]")
     {
----------------
Done


http://reviews.llvm.org/D14952





More information about the lldb-commits mailing list