Lines Matching refs:debugger

27   Debugger &debugger = m_target.GetDebugger();  in REPL()  local
28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
36 Debugger *debugger, Target *target, in Create() argument
43 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
68 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
85 m_indent_str.assign(debugger.GetTabSize(), ' '); in GetIOHandler()
86 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
224 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local
225 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete()
250 CommandReturnObject result(debugger.GetUseColor()); in IOHandlerInputComplete()
261 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
274 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
286 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
348 handled |= PrintOneVariable(debugger, output_sp, result_valobj_sp); in IOHandlerInputComplete()
351 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
358 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
365 PrintOneVariable(debugger, output_sp, valobj_sp, in IOHandlerInputComplete()
411 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
490 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() local
497 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete()
560 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
573 debugger.RunIOHandlerAsync(io_handler_sp); in RunLoop()
578 if (!debugger.HasIOHandlerThread()) { in RunLoop()
582 debugger.StartIOHandlerThread(); in RunLoop()
585 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
605 debugger.JoinIOHandlerThread(); in RunLoop()