Home
last modified time | relevance | path

Searched refs:CommandObjectMultiwordTrace (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp2522 class CommandObjectMultiwordTrace : public CommandObjectMultiword { class
2524 CommandObjectMultiwordTrace(CommandInterpreter &interpreter) in CommandObjectMultiwordTrace() function in CommandObjectMultiwordTrace
2540 ~CommandObjectMultiwordTrace() override = default;
2621 CommandObjectSP(new CommandObjectMultiwordTrace(interpreter))); in CommandObjectMultiwordThread()