Searched refs:CommandObjectMultiwordTrace (Results 1 – 1 of 1) sorted by relevance
2223 class CommandObjectMultiwordTrace : public CommandObjectMultiword { class2225 CommandObjectMultiwordTrace(CommandInterpreter &interpreter) in CommandObjectMultiwordTrace() function in CommandObjectMultiwordTrace2239 ~CommandObjectMultiwordTrace() override = default;2318 CommandObjectSP(new CommandObjectMultiwordTrace(interpreter))); in CommandObjectMultiwordThread()