From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30898 invoked by alias); 11 Apr 2003 15:06:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30876 invoked from network); 11 Apr 2003 15:06:35 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 11 Apr 2003 15:06:35 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id LAA16466 for ; Fri, 11 Apr 2003 11:06:11 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id LAA31290 for ; Fri, 11 Apr 2003 11:06:34 -0400 Message-ID: <03ca01c3003b$f334a550$0202040a@catdog> From: "Kris Warkentin" To: Subject: gdb/regformats Date: Fri, 11 Apr 2003 15:06:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-04/txt/msg00113.txt.bz2 I was looking at this directory and wondering what it's used for. I see that gdbserver uses the reg definitions but I didn't see if/how gdb does. The reason is that our OS stores its i386 general purpose registers in a different order than gdb does so in our tdep file we have to map them. I was wondering if the regformats file might provide a more elegant way of doing it. cheers, Kris