From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29988 invoked by alias); 26 Oct 2009 08:51:01 -0000 Received: (qmail 29979 invoked by uid 22791); 26 Oct 2009 08:51:00 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f192.google.com (HELO mail-pz0-f192.google.com) (209.85.222.192) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Oct 2009 08:50:57 +0000 Received: by pzk30 with SMTP id 30so7807854pzk.24 for ; Mon, 26 Oct 2009 01:50:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.248.41 with SMTP id v41mr1103816wfh.284.1256547056102; Mon, 26 Oct 2009 01:50:56 -0700 (PDT) In-Reply-To: <8ac60eac0910230707kbf075e0sea197c23bfd2231a@mail.gmail.com> References: <4ADCC1CE.1090304@vmware.com> <20091019200322.GD5282@adacore.com> <4AE0B811.30604@vmware.com> <8ac60eac0910230707kbf075e0sea197c23bfd2231a@mail.gmail.com> From: Hui Zhu Date: Mon, 26 Oct 2009 08:51:00 -0000 Message-ID: Subject: Re: [RFA] New testes for process record save/restore commands To: Paul Pluzhnikov Cc: Michael Snyder , Joel Brobecker , "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: 2009-10/txt/msg00642.txt.bz2 All the reverse test is pass. Thanks for your work, Paul and Michael. Hui On Fri, Oct 23, 2009 at 22:07, Paul Pluzhnikov wro= te: > On Thu, Oct 22, 2009 at 11:56 PM, Hui Zhu wrote: > >> I checked the consecutive-precsave.exp, this issue is because: >> x /2i $pc >> =3D> 0x8048377 : =A0 mov =A0 =A00x80495a4,%edx >> =A0 0x804837d : =A0 mov =A0 =A00x80495a8,%eax >> >> This is the new feature of gdb from Paul. >> >> Paul, could you add a switch for this "=3D>"? > > When I was fixing these tests: > > =A02009-10-20 =A0Paul Pluzhnikov =A0 > > =A0 =A0 =A0 =A0* gdb.base/consecutive.exp: Adjust. > =A0 =A0 =A0 =A0* gdb.base/display.exp: Likewise. > =A0 =A0 =A0 =A0* gdb.base/pc-fp.exp: Likewise. > =A0 =A0 =A0 =A0* gdb.base/sigbpt.exp: Likewise. > > I did think about making the '=3D> ' marker optional, but rejected the > idea: it seems that the only context where you'd really want to turn > it off is the test suite. > > OTOH, Daniel Jacobowitz did write on Mon, 19 Oct 2009 14:48:53 -0400: > >> For whatever it's worth, I miss the extra screen real estate stolen by >> the enlarged prompt (or even the narrower prompt). > > so I'll take a vote. > > The 'set print program-counter-marker on/off' feature itself is > trivial to implement, I believe. > > Thanks, > -- > Paul Pluzhnikov >