Home | History | Annotate | Download | only in Commands

Lines Matching refs:LoadSubCommand

886 //        LoadSubCommand ("attach", CommandObjectSP (new CommandObjectPlatformProcessAttach (interpreter)));
887 LoadSubCommand ("launch", CommandObjectSP (new CommandObjectPlatformProcessLaunch (interpreter)));
888 LoadSubCommand ("info" , CommandObjectSP (new CommandObjectPlatformProcessInfo (interpreter)));
889 LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformProcessList (interpreter)));
972 LoadSubCommand ("select", CommandObjectSP (new CommandObjectPlatformSelect (interpreter)));
973 LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformList (interpreter)));
974 LoadSubCommand ("status", CommandObjectSP (new CommandObjectPlatformStatus (interpreter)));
975 LoadSubCommand ("connect", CommandObjectSP (new CommandObjectPlatformConnect (interpreter)));
976 LoadSubCommand ("disconnect", CommandObjectSP (new CommandObjectPlatformDisconnect (interpreter)));
977 LoadSubCommand ("process", CommandObjectSP (new CommandObjectPlatformProcess (interpreter)));
978 LoadSubCommand ("shell", CommandObjectSP (new CommandObjectPlatformShell (interpreter)));