From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20074 invoked by alias); 17 Jul 2012 02:51:30 -0000 Received: (qmail 20065 invoked by uid 22791); 17 Jul 2012 02:51:28 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DATE_IN_FUTURE_03_06,KHOP_RCVD_UNTRUST,KHOP_THREADED,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; Tue, 17 Jul 2012 02:51:14 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SqxsW-0000q1-D4 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Mon, 16 Jul 2012 19:51:12 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 16 Jul 2012 19:51:12 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Mon, 16 Jul 2012 19:51:10 -0700 From: Yao Qi To: Subject: Re: Fix PR14135 Date: Tue, 17 Jul 2012 02:51:00 -0000 Message-ID: <1444322.0R6ciHqNkz@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <1337939766-1579-1-git-send-email-yao@codesourcery.com> References: <1337939766-1579-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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-07/txt/msg00228.txt.bz2 On Friday, May 25, 2012 05:56:03 PM Yao Qi wrote: > 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. >=20 > Patch 2/3 and 3/3 are to fix PR14135. >=20 > Regression tested on x86_64-linux {native,gdbserver} x {sync, async}. Forget to ping this patch. :) Ping. http://sourceware.org/ml/gdb-patches/2012-05/msg00963.html --=20 Yao (=E9=BD=90=E5=B0=A7)