From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13160 invoked by alias); 21 Apr 2009 18:06:13 -0000 Received: (qmail 13142 invoked by uid 22791); 21 Apr 2009 18:06:12 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f213.google.com (HELO mail-bw0-f213.google.com) (209.85.218.213) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Apr 2009 18:06:07 +0000 Received: by bwz9 with SMTP id 9so2244080bwz.24 for ; Tue, 21 Apr 2009 11:06:04 -0700 (PDT) Received: by 10.204.100.11 with SMTP id w11mr6760828bkn.32.1240337164464; Tue, 21 Apr 2009 11:06:04 -0700 (PDT) Received: from blade.healthdatacare.com (a88-112-76-182.elisa-laajakaista.fi [88.112.76.182]) by mx.google.com with ESMTPS id z15sm13016048fkz.35.2009.04.21.11.06.03 (version=SSLv3 cipher=RC4-MD5); Tue, 21 Apr 2009 11:06:04 -0700 (PDT) Date: Tue, 21 Apr 2009 18:06:00 -0000 From: Mika Westerberg To: "Joseph S. Myers" Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] fix ARM CPSR register fetching in linux Message-ID: <20090421180019.GD12530@blade.healthdatacare.com> References: <20090421060715.GC12530@blade.healthdatacare.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00565.txt.bz2 On Tue, Apr 21, 2009 at 10:31:04AM +0000, Joseph S. Myers wrote: > 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. Thanks for pointing this out. I'll then wait for the patch to be integrated to the upstream. MW