From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7772 invoked by alias); 13 Aug 2012 02:25:25 -0000 Received: (qmail 7762 invoked by uid 22791); 13 Aug 2012 02:25:24 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,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; Mon, 13 Aug 2012 02:25:11 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1T0kL8-0006Af-EZ from Yao_Qi@mentor.com ; Sun, 12 Aug 2012 19:25:10 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 12 Aug 2012 19:25:10 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Sun, 12 Aug 2012 19:25:09 -0700 Message-ID: <50286552.1090003@codesourcery.com> Date: Mon, 13 Aug 2012 02:25:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Hui Zhu CC: , Hui Zhu Subject: Re: [RFC] Autoload-breakpoints new version [3/9] notification async References: <5020BF3A.8030809@mentor.com> <1866631.Ri6KkAT9H2@qiyao.dyndns.org> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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-08/txt/msg00354.txt.bz2 On 08/11/2012 11:19 PM, Hui Zhu wrote: >> > >> >I applied patch 1/9 and 3/9, and get following regressions in gdbserver with >> >async mode on. >> > >> > FAIL: gdb.mi/mi-nonstop-exit.exp: finished exec continue (unknown output >> >after running) >> > FAIL: gdb.mi/mi-nonstop-exit.exp: finished exec continue (2) (unknown output >> >after running) >> > FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit >> >(timeout) > My part is OK, Could you tell me how do you do the test? > In gdb build dir, add the following line into testsuite/site.exp set GDBFLAGS "-ex \"set target-async on\"" make check RUNTESTFLAGS="--target_board=native-gdbserver" or you can set GDBFLAGS in your own board file other than testuite/site.exp. -- Yao