Lines Matching refs:m_debugger

134       m_debugger(debugger), m_synchronous_execution(true),  in CommandInterpreter()
274 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
1758 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
2138 if (m_debugger.GetAutoConfirm()) in Confirm()
2142 new IOHandlerConfirm(m_debugger, message, default_answer); in Confirm()
2144 m_debugger.RunIOHandlerSync(io_handler_sp); in Confirm()
2471 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform(); in GetPlatform()
2541 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2544 m_debugger.SetAsyncExecution(false); in HandleCommands()
2555 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()
2558 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2585 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2622 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2642 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2649 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2826 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2890 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
2983 : m_debugger.GetSelectedExecutionContext(); in GetExecutionContext()
2998 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()
3098 ExecutionContext exe_ctx = m_debugger.GetSelectedExecutionContext(); in IOHandlerInputComplete()
3109 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
3186 m_debugger.GetScriptInterpreter(false); in IOHandlerInterrupt()
3302 return m_debugger.IsTopIOHandler(m_command_io_handler_sp); in IsActive()
3338 m_debugger, IOHandler::Type::CommandInterpreter, in GetIOHandler()
3339 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
3340 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
3343 m_debugger.GetUseColor(), in GetIOHandler()
3355 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()
3359 m_debugger.StartEventHandlerThread(); in RunCommandInterpreter()
3362 m_debugger.StartIOHandlerThread(); in RunCommandInterpreter()
3364 m_debugger.RunIOHandlers(); in RunCommandInterpreter()
3367 m_debugger.StopEventHandlerThread(); in RunCommandInterpreter()