Lines Matching refs:debugger

27   Debugger &debugger = m_target.GetDebugger();  in REPL()  local
28 debugger.SetShowProgress(false); in REPL()
29 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
37 Debugger *debugger, Target *target, in Create() argument
48 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
73 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
75 debugger, IOHandler::Type::REPL, in GetIOHandler()
90 m_indent_str.assign(debugger.GetTabSize(), ' '); in GetIOHandler()
91 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
229 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local
230 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete()
255 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
266 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
279 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
291 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
353 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp); in IOHandlerInputComplete()
356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
363 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
370 PrintOneVariable(debugger, output_sp, valobj_sp, in IOHandlerInputComplete()
416 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
495 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() local
502 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete()
565 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
578 debugger.RunIOHandlerAsync(io_handler_sp); in RunLoop()
583 if (!debugger.HasIOHandlerThread()) { in RunLoop()
587 debugger.StartIOHandlerThread(); in RunLoop()
590 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
610 debugger.JoinIOHandlerThread(); in RunLoop()