Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp184 class CommandObjectLogDisable : public CommandObjectParsed { class
187 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() function in CommandObjectLogDisable
214 ~CommandObjectLogDisable() override = default;
506 CommandObjectSP(new CommandObjectLogDisable(interpreter))); in CommandObjectLog()