Lines Matching refs:CommandObjectSP
1610 CommandObjectSP(new CommandObjectProcessAttach(interpreter))); in CommandObjectMultiwordProcess()
1612 CommandObjectSP(new CommandObjectProcessLaunch(interpreter))); in CommandObjectMultiwordProcess()
1613 LoadSubCommand("continue", CommandObjectSP(new CommandObjectProcessContinue( in CommandObjectMultiwordProcess()
1616 CommandObjectSP(new CommandObjectProcessConnect(interpreter))); in CommandObjectMultiwordProcess()
1618 CommandObjectSP(new CommandObjectProcessDetach(interpreter))); in CommandObjectMultiwordProcess()
1620 CommandObjectSP(new CommandObjectProcessLoad(interpreter))); in CommandObjectMultiwordProcess()
1622 CommandObjectSP(new CommandObjectProcessUnload(interpreter))); in CommandObjectMultiwordProcess()
1624 CommandObjectSP(new CommandObjectProcessSignal(interpreter))); in CommandObjectMultiwordProcess()
1626 CommandObjectSP(new CommandObjectProcessHandle(interpreter))); in CommandObjectMultiwordProcess()
1628 CommandObjectSP(new CommandObjectProcessStatus(interpreter))); in CommandObjectMultiwordProcess()
1629 LoadSubCommand("interrupt", CommandObjectSP(new CommandObjectProcessInterrupt( in CommandObjectMultiwordProcess()
1632 CommandObjectSP(new CommandObjectProcessKill(interpreter))); in CommandObjectMultiwordProcess()
1634 CommandObjectSP(new CommandObjectProcessPlugin(interpreter))); in CommandObjectMultiwordProcess()
1635 LoadSubCommand("save-core", CommandObjectSP(new CommandObjectProcessSaveCore( in CommandObjectMultiwordProcess()