From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32516 invoked by alias); 25 Oct 2013 12:22:44 -0000 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 Received: (qmail 32498 invoked by uid 89); 25 Oct 2013 12:22:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Oct 2013 12:22:42 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9PCMbtc009991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Oct 2013 08:22:37 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9PCMYiZ004099; Fri, 25 Oct 2013 08:22:35 -0400 Message-ID: <526A628A.7060805@redhat.com> Date: Fri, 25 Oct 2013 12:22:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Anton Kolesov CC: "gdb-patches@sourceware.org" , "Jeremy.bennett@embecosm.com" Subject: Re: [PATCH] testsuite: Fix gdb.base/bang.exp for remote stubs without exit References: <1381309094-24410-1-git-send-email-Anton.Kolesov@synopsys.com> <52553DEE.5090009@redhat.com> <39A54937CC95F24AA2F794E2D2B66B1356BDC197@de02wembxa.internal.synopsys.com> In-Reply-To: <39A54937CC95F24AA2F794E2D2B66B1356BDC197@de02wembxa.internal.synopsys.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00795.txt.bz2 On 10/25/2013 11:04 AM, Anton Kolesov wrote: >> -----Original Message----- >> From: Pedro Alves [mailto:palves@redhat.com] >> Sent: 09 October 2013 15:29 >> To: Anton Kolesov >> Cc: gdb-patches@sourceware.org; Jeremy.bennett@embecosm.com >> Subject: Re: [PATCH] testsuite: Fix gdb.base/bang.exp for remote stubs >> without exit >> >> On 10/09/2013 09:58 AM, Anton Kolesov wrote: >> >>> 2013-10-08 Anton Kolesov >>> >>> * gdb.base/bang.exp: Use gdb_continue_to_end to properly >> support >>> remote stubs where exit() behaviour is unreliable. >> >> OK, thanks. > > I don't have a write access to GDB repository. And I don't think I have a required approval. Can someone please submit this patch, since it has already been approved? I'm not sure I've asked this before (apologies if I have), Do you know the status of your copyright assignment? I notice now that unfortunately, Synopsys doesn't seem to have a copyright assignment in place. I see there used to be one, but it has expired already, and in any case it only assigned changes done by someone else. I'll push this patch in, as it's small and trivial enough to go in without assignment, but that's as far as we're allowed to go. We'll need to sort out the copyright assignment to put in any other patch from now on. Thanks, -- Pedro Alves