Searched refs:SBCommandInterpreter (Results 1 – 18 of 18) sorted by relevance
146 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute()155 SBCommandInterpreter::SBCommandInterpreter (CommandInterpreter *interpreter) : in SBCommandInterpreter() function in SBCommandInterpreter167 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) : in SBCommandInterpreter() function in SBCommandInterpreter172 const SBCommandInterpreter &173 SBCommandInterpreter::operator = (const SBCommandInterpreter &rhs) in operator =()179 SBCommandInterpreter::~SBCommandInterpreter () in ~SBCommandInterpreter()184 SBCommandInterpreter::IsValid() const in IsValid()191 SBCommandInterpreter::CommandExists (const char *cmd) in CommandExists()199 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists()207 SBCommandInterpreter::IsActive () in IsActive()[all …]
186 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()403 SBCommandInterpreter408 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter()430 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand()
21 friend class SBCommandInterpreter; variable73 class SBCommandInterpreter85 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);87 const lldb::SBCommandInterpreter &88 operator = (const lldb::SBCommandInterpreter &rhs);90 ~SBCommandInterpreter ();190 …SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using…309 friend class SBCommandInterpreter; variable
110 lldb::SBCommandInterpreter334 friend class SBCommandInterpreter;
41 friend class SBCommandInterpreter;
52 friend class SBCommandInterpreter;
23 friend class SBCommandInterpreter; variable
75 friend class SBCommandInterpreter;
109 friend class SBCommandInterpreter;
66 friend class SBCommandInterpreter; variable
104 friend class SBCommandInterpreter; variable
37 class LLDB_API SBCommandInterpreter; variable
348 friend class SBCommandInterpreter; variable
367 …eventMask = lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived | lldb::SBCommandInterpre… in InitSBListener()368 lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData | in InitSBListener()369 lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData; in InitSBListener()
150 else if (lldb::SBCommandInterpreter::EventIsCommandInterpreterEvent(vEvent)) in HandleEvent()756 case lldb::SBCommandInterpreter::eBroadcastBitThreadShouldExit: in HandleEventSBCommandInterpreter()766 case lldb::SBCommandInterpreter::eBroadcastBitResetPrompt: in HandleEventSBCommandInterpreter()769 case lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived: in HandleEventSBCommandInterpreter()776 case lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData: in HandleEventSBCommandInterpreter()779 case lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData: in HandleEventSBCommandInterpreter()
148 lldb::SBCommandInterpreter cmdIterpreter = rDbgr.GetCommandInterpreter(); in Execute()
14 SBCommandInterpreter.cpp \
268 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()320 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()988 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop()