Home
last modified time | relevance | path

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

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