From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5763 invoked by alias); 21 Apr 2009 10:31:26 -0000 Received: (qmail 5730 invoked by uid 22791); 21 Apr 2009 10:31:23 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Apr 2009 10:31:18 +0000 Received: (qmail 30320 invoked from network); 21 Apr 2009 10:31:16 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 Apr 2009 10:31:16 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1LwDFo-0003uN-Gx; Tue, 21 Apr 2009 10:31:04 +0000 Date: Tue, 21 Apr 2009 10:31:00 -0000 From: "Joseph S. Myers" To: Mika Westerberg cc: gdb-patches@sourceware.org Subject: Re: [PATCH] fix ARM CPSR register fetching in linux In-Reply-To: <20090421060715.GC12530@blade.healthdatacare.com> Message-ID: References: <20090421060715.GC12530@blade.healthdatacare.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00555.txt.bz2 On Tue, 21 Apr 2009, Mika Westerberg wrote: > Hi, > > Current version of gdb cannot read CPSR register correctly through > ptrace(2) when debugging live process on ARM linux. Problem is caused > by change where ARM_CPSR_REGNUM (16) was aliased to ARM_PS_REGNUM (25). I believe this is subsumed by Kazu's patch , which appears to be pending review. -- Joseph S. Myers joseph@codesourcery.com