Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp452 class CommandObjectLogTimerDisable : public CommandObjectParsed { class
455 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() function in CommandObjectLogTimerDisable
460 ~CommandObjectLogTimerDisable() override = default;
570 LoadSubCommand("disable", CommandObjectSP(new CommandObjectLogTimerDisable( in CommandObjectLogTimer()