From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13643 invoked by alias); 30 Nov 2001 16:52:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13622 invoked from network); 30 Nov 2001 16:52:46 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 16:52:46 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id DD38D3DF1; Fri, 30 Nov 2001 11:52:45 -0500 (EST) Message-ID: <3C07B95D.3000708@cygnus.com> Date: Wed, 21 Nov 2001 19:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches Subject: Re: [RFA 3rd] tell in which register a register var is. References: <4.2.0.58.20011130122722.00ac94b0@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00401.txt.bz2 > 2001-11-30 Pierre Muller > * findvar.c (locate_var_value): Specify in which register a register > variable is stored. > Yes, ok. However, can you, as a favour, add the assertion I suggested? I agree with your logic - it should be ok. However, I'm currently working on the REGISTER code and would dearly like more assertions so that I can detect earlier my screwups. Either way, it is ok to go straight in. enjoy, Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Pierre Muller Cc: gdb-patches Subject: Re: [RFA 3rd] tell in which register a register var is. Date: Fri, 30 Nov 2001 08:52:00 -0000 Message-ID: <3C07B95D.3000708@cygnus.com> References: <4.2.0.58.20011130122722.00ac94b0@ics.u-strasbg.fr> X-SW-Source: 2001-11/msg00616.html Message-ID: <20011130085200.pvEb0-lhCr0-bDcD_2aM6QwW1bbkzFUOd0gaZhLKEUk@z> > 2001-11-30 Pierre Muller > * findvar.c (locate_var_value): Specify in which register a register > variable is stored. > Yes, ok. However, can you, as a favour, add the assertion I suggested? I agree with your logic - it should be ok. However, I'm currently working on the REGISTER code and would dearly like more assertions so that I can detect earlier my screwups. Either way, it is ok to go straight in. enjoy, Andrew