Lines Matching refs:interpreter
22 #include "lldb/Interpreter/Args.h"
23 #include "lldb/Interpreter/CommandInterpreter.h"
24 #include "lldb/Interpreter/CommandReturnObject.h"
25 #include "lldb/Interpreter/Options.h"
26 #include "lldb/Interpreter/OptionGroupFormat.h"
27 #include "lldb/Interpreter/OptionValueArray.h"
28 #include "lldb/Interpreter/OptionValueUInt64.h"
43 CommandObjectRegisterRead (CommandInterpreter &interpreter) :
44 CommandObjectParsed (interpreter,
52 m_option_group (interpreter),
289 OptionParsingStarting (CommandInterpreter &interpreter)
297 SetOptionValue (CommandInterpreter &interpreter,
372 CommandObjectRegisterWrite (CommandInterpreter &interpreter) :
373 CommandObjectParsed (interpreter,
483 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) :
484 CommandObjectMultiword (interpreter,
489 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter)));
490 LoadSubCommand ("write", CommandObjectSP (new CommandObjectRegisterWrite (interpreter)));