From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9883 invoked by alias); 14 Nov 2005 00:47:01 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 9875 invoked by uid 22791); 14 Nov 2005 00:46:59 -0000 Received: from m12-12.163.com (HELO 163.com) (220.181.12.12) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 14 Nov 2005 00:46:59 +0000 Received: from pla-ayang (unknown [218.94.69.61]) by smtp13 (Coremail) with SMTP id u0De43fed0NLeSwF.1 for ; Mon, 14 Nov 2005 08:46:49 +0800 (CST) From: "=?GB2312?Q?=C1=F5=D1=F3?=" To: gdb@sources.redhat.com Subject: the algorithm of registers in the target architecture Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Mon, 14 Nov 2005 00:47:00 -0000 X-SW-Source: 2005-11/txt/msg00254.txt.bz2 Message-ID: <20051114004700.AJoPtdPMz2tkEk1vxIWqBm8Wf-1nW8CJYBkvGaAXnWo@z> hello, I have some confusion over the algorithm of registers in the target architecture.I am confused by the cooked registers and deprecated registers.What's the use of them? Can you explain the whole algorithm of registers in gdb6.3? Thanks! liuyang