Lines Matching refs:m_debugger
123 m_debugger(debugger), m_synchronous_execution(true), in CommandInterpreter()
245 CommandReturnObject result(m_debugger.GetUseColor()); in Initialize()
1539 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
1907 if (m_debugger.GetAutoConfirm()) in Confirm()
1911 new IOHandlerConfirm(m_debugger, message, default_answer); in Confirm()
1913 m_debugger.RunIOHandlerSync(io_handler_sp); in Confirm()
2226 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform(); in GetPlatform()
2292 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2295 m_debugger.SetAsyncExecution(false); in HandleCommands()
2306 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()
2309 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands()
2336 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2373 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2393 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2400 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2582 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2643 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
2728 : m_debugger.GetSelectedExecutionContext(); in GetExecutionContext()
2743 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()
2842 OverrideExecutionContext(m_debugger.GetSelectedExecutionContext()); in IOHandlerInputComplete()
2847 lldb_private::CommandReturnObject result(m_debugger.GetUseColor()); in IOHandlerInputComplete()
2924 m_debugger.GetScriptInterpreter(false); in IOHandlerInterrupt()
3031 return m_debugger.IsTopIOHandler(m_command_io_handler_sp); in IsActive()
3067 m_debugger, IOHandler::Type::CommandInterpreter, in GetIOHandler()
3068 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()
3069 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
3072 m_debugger.GetUseColor(), in GetIOHandler()
3085 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()
3089 m_debugger.StartEventHandlerThread(); in RunCommandInterpreter()
3092 m_debugger.StartIOHandlerThread(); in RunCommandInterpreter()
3094 m_debugger.RunIOHandlers(); in RunCommandInterpreter()
3097 m_debugger.StopEventHandlerThread(); in RunCommandInterpreter()