Lines Matching refs:debugger

29   Debugger &debugger = m_target.GetDebugger();  in REPL()  local
30 debugger.SetShowProgress(false); in REPL()
31 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
39 Debugger *debugger, Target *target, in Create() argument
50 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
75 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
77 debugger, IOHandler::Type::REPL, in GetIOHandler()
92 m_indent_str.assign(debugger.GetTabSize(), ' '); in GetIOHandler()
93 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
232 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local
233 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete()
258 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
269 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
282 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
294 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
359 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp); in IOHandlerInputComplete()
362 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
369 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
376 PrintOneVariable(debugger, output_sp, valobj_sp, in IOHandlerInputComplete()
422 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
501 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() local
508 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete()
569 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
582 debugger.RunIOHandlerAsync(io_handler_sp); in RunLoop()
587 if (!debugger.HasIOHandlerThread()) { in RunLoop()
591 debugger.StartIOHandlerThread(); in RunLoop()
594 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
614 debugger.JoinIOHandlerThread(); in RunLoop()