From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27190 invoked by alias); 25 Mar 2004 15:49:59 -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 27147 invoked from network); 25 Mar 2004 15:49:57 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 25 Mar 2004 15:49:57 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 126762B92; Thu, 25 Mar 2004 10:49:58 -0500 (EST) Message-ID: <4062FFA5.9040704@gnu.org> Date: Thu, 25 Mar 2004 15:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: support libthread_db xregset functions References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00618.txt.bz2 Jim, + # See the definition of 'struct xregset_desc' in gregset.h. + v::XREGSET_DESC:struct xregset_desc *:xregset_desc:::::0::0:%p:current_gdbarch->xregset_desc Back in oct MarkK added "regset.h", while the write path is missing that is definitly the right way to go. Andrew