Searched refs:CommandObjectMultiwordProcessTrace (Results 1 – 1 of 1) sorted by relevance
1870 class CommandObjectMultiwordProcessTrace : public CommandObjectMultiword { class1872 CommandObjectMultiwordProcessTrace(CommandInterpreter &interpreter) in CommandObjectMultiwordProcessTrace() function in CommandObjectMultiwordProcessTrace1882 ~CommandObjectMultiwordProcessTrace() override = default;1923 CommandObjectSP(new CommandObjectMultiwordProcessTrace(interpreter))); in CommandObjectMultiwordProcess()