Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectLog.cpp47 class CommandObjectLogEnable : public CommandObjectParsed class
53 CommandObjectLogEnable(CommandInterpreter &interpreter) : in CommandObjectLogEnable() function in CommandObjectLogEnable
84 ~CommandObjectLogEnable() in ~CommandObjectLogEnable()
216 CommandObjectLogEnable::CommandOptions::g_option_table[] =
488 LoadSubCommand ("enable", CommandObjectSP (new CommandObjectLogEnable (interpreter))); in CommandObjectLog()