From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19339 invoked by alias); 11 Apr 2014 20:06:10 -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 19330 invoked by uid 89); 11 Apr 2014 20:06:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 11 Apr 2014 20:06:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 58330116158; Fri, 11 Apr 2014 16:06:06 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rs6E4ijHNtpD; Fri, 11 Apr 2014 16:06:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 30F0A116152; Fri, 11 Apr 2014 16:06:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id EAC64E069A; Fri, 11 Apr 2014 13:06:09 -0700 (PDT) Date: Fri, 11 Apr 2014 20:06:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix "PC register is not available" issue Message-ID: <20140411200609.GM4250@adacore.com> References: <5335B619.6040605@redhat.com> <8361myfa6l.fsf@gnu.org> <83ioqucrkw.fsf@gnu.org> <5342DBBC.4090500@redhat.com> <83lhvh6lqi.fsf@gnu.org> <5343DE45.5050707@redhat.com> <53442710.60104@redhat.com> <83sipn6937.fsf@gnu.org> <534433A5.4060006@redhat.com> <83ob0b671j.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83ob0b671j.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00218.txt.bz2 Hello, I was wondering what the status of the GDB-side of the patch was. I thought we were all set to commit it, while also looking at applying the same patch on the GDBserver side? I don't think we are in any hurry to get anything committed, but I'd had to see all this work get forgotten and lost... Also, I don't think the patch is all that risky, but the earlier we put it in, the more exposure it'll get before we release 7.8! Thanks, -- Joel