From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21636 invoked by alias); 7 Sep 2011 16:28:07 -0000 Received: (qmail 21626 invoked by uid 22791); 7 Sep 2011 16:28:06 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Sep 2011 16:27:46 +0000 Received: from wpaz33.hot.corp.google.com (wpaz33.hot.corp.google.com [172.24.198.97]) by smtp-out.google.com with ESMTP id p87GRj1j023140 for ; Wed, 7 Sep 2011 09:27:45 -0700 Received: from yxk38 (yxk38.prod.google.com [10.190.3.166]) by wpaz33.hot.corp.google.com with ESMTP id p87GQDeW016531 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 7 Sep 2011 09:27:44 -0700 Received: by yxk38 with SMTP id 38so5230976yxk.40 for ; Wed, 07 Sep 2011 09:27:44 -0700 (PDT) Received: by 10.91.101.3 with SMTP id d3mr4976121agm.45.1315412864490; Wed, 07 Sep 2011 09:27:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.101.3 with SMTP id d3mr4976113agm.45.1315412864260; Wed, 07 Sep 2011 09:27:44 -0700 (PDT) Received: by 10.90.84.9 with HTTP; Wed, 7 Sep 2011 09:27:44 -0700 (PDT) In-Reply-To: <201109071512.01995.pedro@codesourcery.com> References: <201109051656.53563.pedro@codesourcery.com> <201109071512.01995.pedro@codesourcery.com> Date: Wed, 07 Sep 2011 17:42:00 -0000 Message-ID: Subject: Re: PR cli/13110 From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-09/txt/msg00126.txt.bz2 On Wed, Sep 7, 2011 at 7:12 AM, Pedro Alves wrote: > How about removing the registers_changed calls once and > for all? Having/requiring them to be littered throughout the code always seemed a tad fragile ...