From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11631 invoked by alias); 26 Aug 2002 15:55:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11619 invoked from network); 26 Aug 2002 15:55:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 Aug 2002 15:55:16 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7QFeNl22557 for ; Mon, 26 Aug 2002 11:40:24 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7QFtEu12585; Mon, 26 Aug 2002 11:55:14 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7QFtDe31138; Mon, 26 Aug 2002 08:55:13 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7QFtBB30767; Mon, 26 Aug 2002 08:55:11 -0700 Date: Mon, 26 Aug 2002 09:05:00 -0000 From: Kevin Buettner Message-Id: <1020826155511.ZM30766@localhost.localdomain> In-Reply-To: Andrew Cagney "[patch/wip] Save/restore cooked registers" (Aug 25, 3:16pm) References: <3D692D27.4010003@ges.redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch/wip] Save/restore cooked registers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00848.txt.bz2 On Aug 25, 3:16pm, Andrew Cagney wrote: > The attached is work-in-progress to get gdb saving just a subset of > cooked registers when doing things like an inferior function call. Why is it necessary to save the cooked registers during an inferior function call? I would have thought that being able to save/restore raw registers would be sufficient. (Or did I miss a thread which explains this?) Kevin