From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27505 invoked by alias); 8 Jul 2008 09:08:16 -0000 Received: (qmail 27495 invoked by uid 22791); 8 Jul 2008 09:08:15 -0000 X-Spam-Check-By: sourceware.org Received: from f124.mail.ru (HELO f124.mail.ru) (194.67.57.246) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Jul 2008 09:07:55 +0000 Received: from mail by f124.mail.ru with local id 1KG9At-000AGv-00 for gdb@sourceware.org; Tue, 08 Jul 2008 13:07:51 +0400 Received: from [212.92.145.7] by win.mail.ru with HTTP; Tue, 08 Jul 2008 13:07:51 +0400 From: Dmitry Smirnov To: gdb@sourceware.org Subject: =?koi8-r?Q?ARM=3A_where_are_special_registers=3F?= Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 Date: Tue, 08 Jul 2008 09:08:00 -0000 Reply-To: Dmitry Smirnov Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: OK X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00055.txt.bz2 Hi, As you know, ARM processor have some special registers like CPSR, SPSR_svc, r8_usr, etc. While running GDB I cannot see these registers (CPSR only). My GDB is connected to remote ARM simulator, so maybe the simulator is the problem area? Just as an example, session of Eclipse debugger: 248-data-list-register-names 248^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7","r8","r9","r10","r11","r12","sp","lr","pc","f0","f1","f2","f3","f4","f5","f6","f7","fps","cpsr","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""] My GDB is GNU gdb (GDB) 6.8.50.20080630 This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf". Dmitry