Searched refs:CommandObjectMultiwordSettings (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectSettings.h25 // CommandObjectMultiwordSettings
28 class CommandObjectMultiwordSettings : public CommandObjectMultiword class in namespace:lldb_private
32 CommandObjectMultiwordSettings (CommandInterpreter &interpreter);
35 ~CommandObjectMultiwordSettings ();
H A DCommandObjectSettings.cpp1186 // CommandObjectMultiwordSettings
1189 CommandObjectMultiwordSettings::CommandObjectMultiwordSettings (CommandInterpreter &interpreter) : function in class:CommandObjectMultiwordSettings
1206 CommandObjectMultiwordSettings::~CommandObjectMultiwordSettings ()
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp383 m_command_dict["settings"] = CommandObjectSP (new CommandObjectMultiwordSettings (*this));

Completed in 313 milliseconds