Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectLog.cpp230 class CommandObjectLogDisable : public CommandObjectParsed class
236 CommandObjectLogDisable(CommandInterpreter &interpreter) : in CommandObjectLogDisable() function in CommandObjectLogDisable
265 ~CommandObjectLogDisable() in ~CommandObjectLogDisable()
489 LoadSubCommand ("disable", CommandObjectSP (new CommandObjectLogDisable (interpreter))); in CommandObjectLog()