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.cpp453 class CommandObjectLogTimerDisable : public CommandObjectParsed { class
456 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() function in CommandObjectLogTimerDisable
461 ~CommandObjectLogTimerDisable() override = default;
571 LoadSubCommand("disable", CommandObjectSP(new CommandObjectLogTimerDisable( in CommandObjectLogTimer()