From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11883 invoked by alias); 23 Oct 2009 14:07:34 -0000 Received: (qmail 11872 invoked by uid 22791); 23 Oct 2009 14:07:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 14:07:29 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n9NE7QgR017551 for ; Fri, 23 Oct 2009 07:07:27 -0700 Received: from yxe7 (yxe7.prod.google.com [10.190.2.7]) by zps36.corp.google.com with ESMTP id n9NE7ONE015491 for ; Fri, 23 Oct 2009 07:07:24 -0700 Received: by yxe7 with SMTP id 7so2430738yxe.25 for ; Fri, 23 Oct 2009 07:07:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.57.4 with SMTP id j4mr6807791ank.104.1256306843745; Fri, 23 Oct 2009 07:07:23 -0700 (PDT) In-Reply-To: References: <4ADCC1CE.1090304@vmware.com> <20091019200322.GD5282@adacore.com> <4AE0B811.30604@vmware.com> Date: Fri, 23 Oct 2009 14:07:00 -0000 Message-ID: <8ac60eac0910230707kbf075e0sea197c23bfd2231a@mail.gmail.com> Subject: Re: [RFA] New testes for process record save/restore commands From: Paul Pluzhnikov To: Hui Zhu Cc: Michael Snyder , Joel Brobecker , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg00572.txt.bz2 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: 2009-10-20 Paul Pluzhnikov * gdb.base/consecutive.exp: Adjust. * gdb.base/display.exp: Likewise. * gdb.base/pc-fp.exp: Likewise. * 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, --=20 Paul Pluzhnikov