From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3203 invoked by alias); 25 May 2012 09:56:31 -0000 Received: (qmail 3192 invoked by uid 22791); 25 May 2012 09:56:31 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 May 2012 09:56:17 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SXrFo-00023s-Uz from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 25 May 2012 02:56:17 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 25 May 2012 02:55:55 -0700 Received: from localhost.localdomain (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Fri, 25 May 2012 02:56:15 -0700 From: Yao Qi To: Subject: Fix PR14135 Date: Fri, 25 May 2012 09:56:00 -0000 Message-ID: <1337939766-1579-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00963.txt.bz2 Hi, This patch series is to fix PR14135, some python test fails in async mode. Patch 1/3 is a new test case for PR12929, which will be used to prove my later changes are correct. Patch 2/3 and 3/3 are to fix PR14135. Regression tested on x86_64-linux {native,gdbserver} x {sync, async}. P.S. I knew Pedro is looking at this issue as well, but I don't want the patch series `run all-stop on top of non-stop target' pending there indefinitely, so I have a try to fix these async-related bugs.