Lines Matching refs:m_debugger

128       m_debugger(debugger), m_synchronous_execution(true),  in CommandInterpreter()
257 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
1718 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
2091 if (m_debugger.GetAutoConfirm()) in Confirm()
2095 new IOHandlerConfirm(m_debugger, message, default_answer); in Confirm()
2097 m_debugger.RunIOHandlerSync(io_handler_sp); in Confirm()
2424 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform(); in GetPlatform()
2490 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2493 m_debugger.SetAsyncExecution(false); in HandleCommands()
2504 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()
2507 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2534 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2571 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2591 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2598 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2778 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2842 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
2935 : m_debugger.GetSelectedExecutionContext(); in GetExecutionContext()
2950 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()
3050 ExecutionContext exe_ctx = m_debugger.GetSelectedExecutionContext(); in IOHandlerInputComplete()
3061 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
3138 m_debugger.GetScriptInterpreter(false); in IOHandlerInterrupt()
3249 return m_debugger.IsTopIOHandler(m_command_io_handler_sp); in IsActive()
3285 m_debugger, IOHandler::Type::CommandInterpreter, in GetIOHandler()
3286 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
3287 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
3290 m_debugger.GetUseColor(), in GetIOHandler()
3303 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()
3307 m_debugger.StartEventHandlerThread(); in RunCommandInterpreter()
3310 m_debugger.StartIOHandlerThread(); in RunCommandInterpreter()
3312 m_debugger.RunIOHandlers(); in RunCommandInterpreter()
3315 m_debugger.StopEventHandlerThread(); in RunCommandInterpreter()