Home | History | Annotate | Download | only in Commands

Lines Matching refs:interpreter

18 #include "lldb/Interpreter/Args.h"
24 #include "lldb/Interpreter/CommandInterpreter.h"
25 #include "lldb/Interpreter/CommandReturnObject.h"
32 #include "lldb/Interpreter/CommandCompletions.h"
33 #include "lldb/Interpreter/Options.h"
48 CommandOptions (CommandInterpreter &interpreter) :
49 Options(interpreter)
105 CommandObjectSourceInfo(CommandInterpreter &interpreter) :
106 CommandObjectParsed (interpreter,
110 m_options (interpreter)
156 CommandOptions (CommandInterpreter &interpreter) :
157 Options(interpreter)
250 CommandObjectSourceList(CommandInterpreter &interpreter) :
251 CommandObjectParsed (interpreter,
256 m_options (interpreter)
911 CommandObjectMultiwordSource::CommandObjectMultiwordSource (CommandInterpreter &interpreter) :
912 CommandObjectMultiword (interpreter,
918 //LoadSubCommand ("info", CommandObjectSP (new CommandObjectSourceInfo (interpreter)));
919 LoadSubCommand ("list", CommandObjectSP (new CommandObjectSourceList (interpreter)));