Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp351 class CommandObjectLogTimerDisable : public CommandObjectParsed { class
354 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() function in CommandObjectLogTimerDisable
359 ~CommandObjectLogTimerDisable() override = default;
485 LoadSubCommand("disable", CommandObjectSP(new CommandObjectLogTimerDisable( in CommandObjectLogTimer()