From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3091 invoked by alias); 17 Jul 2011 20:26:34 -0000 Received: (qmail 3082 invoked by uid 22791); 17 Jul 2011 20:26:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f174.google.com (HELO mail-ey0-f174.google.com) (209.85.215.174) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Jul 2011 20:26:19 +0000 Received: by eyx24 with SMTP id 24so1653374eyx.5 for ; Sun, 17 Jul 2011 13:26:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.98.80 with SMTP id u56mr1901767eef.187.1310934377687; Sun, 17 Jul 2011 13:26:17 -0700 (PDT) Received: by 10.14.127.208 with HTTP; Sun, 17 Jul 2011 13:26:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Jul 2011 04:15:00 -0000 Message-ID: Subject: Re: RFC: partially available registers From: Daniel Jacobowitz To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-07/txt/msg00417.txt.bz2 On Fri, Jul 15, 2011 at 4:48 PM, Tom Tromey wrote: >>>>>> "Daniel" =3D=3D Daniel Jacobowitz writes: > > Daniel> As for the patch itself: > Daniel> * Some documentation on the gdbarch method would be nice, in > Daniel> particular, the return value. =A0Does 0 mean "not a pseudo"? > > Yeah, I left that out for the initial change, but I think I shouldn't > have. > > I find gdbarch.sh very hard to read. =A0Does anybody else? Incredibly. Someone please flip us to C++ and use a normal construct for this... --=20 Thanks, Daniel