Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp605 class CommandObjectLogTimer : public CommandObjectMultiword { class
607 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() function in CommandObjectLogTimer
626 ~CommandObjectLogTimer() override = default;
642 CommandObjectSP(new CommandObjectLogTimer(interpreter))); in CommandObjectLog()