Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp481 class CommandObjectLogTimerDisable : public CommandObjectParsed { class
484 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() function in CommandObjectLogTimerDisable
489 ~CommandObjectLogTimerDisable() override = default;
615 LoadSubCommand("disable", CommandObjectSP(new CommandObjectLogTimerDisable( in CommandObjectLogTimer()