Lines Matching refs:tmp_result
2574 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local
2575 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
2576 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()
2583 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2588 if (tmp_result.Succeeded()) in HandleCommands()
2589 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2592 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2593 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2620 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) || in HandleCommands()
2621 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
2637 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()
2645 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2657 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()