Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp207 class CommandObjectLogDisable : public CommandObjectParsed { class
210 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() function in CommandObjectLogDisable
237 ~CommandObjectLogDisable() override = default;
636 CommandObjectSP(new CommandObjectLogDisable(interpreter))); in CommandObjectLog()