From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19697 invoked by alias); 5 Feb 2008 18:23:15 -0000 Received: (qmail 19688 invoked by uid 22791); 5 Feb 2008 18:23:15 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Feb 2008 18:22:53 +0000 Received: by ug-out-1314.google.com with SMTP id m2so308117ugc.44 for ; Tue, 05 Feb 2008 10:22:50 -0800 (PST) Received: by 10.66.239.16 with SMTP id m16mr1614041ugh.11.1202235769933; Tue, 05 Feb 2008 10:22:49 -0800 (PST) Received: by 10.66.223.9 with HTTP; Tue, 5 Feb 2008 10:22:49 -0800 (PST) Message-ID: Date: Tue, 05 Feb 2008 18:23:00 -0000 From: "andrzej zaborowski" To: "Jim Blandy" Subject: Re: [PATCH] Disallow pseudo-registers in agent expression. Cc: gdb-patches@sources.redhat.com In-Reply-To: <8f2776cb0802050734x1f79a335kfa3eaa104f25fedc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f2776cb0801271007r125463e0la1cf8a7c9d1efef@mail.gmail.com> <8f2776cb0801281728v2ff40d50y2be92664b2c28de5@mail.gmail.com> <8f2776cb0802050734x1f79a335kfa3eaa104f25fedc@mail.gmail.com> 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: 2008-02/txt/msg00111.txt.bz2 Hi, sorry for not responding earlier. On 05/02/2008, Jim Blandy wrote: > Andrzej, is this idea something that you would be interested in > implementing? It'd be great to get this working. As far as I understand it's still a change that requires implementing new bits in architecture code, because architectures don't know how to make bytecode for pseudo-registers right now. Apart from little time I have zero knowledge about 95% of the architectures in gdb :( But yes, the approach is reasonable. Thanks for pushing the fixes. Regards