From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20833 invoked by alias); 27 Nov 2007 17:29:17 -0000 Received: (qmail 20824 invoked by uid 22791); 27 Nov 2007 17:29:17 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Nov 2007 17:29:10 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 82F2998372; Tue, 27 Nov 2007 17:29:08 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 629A998349; Tue, 27 Nov 2007 17:29:08 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ix4F8-0004Bh-LS; Tue, 27 Nov 2007 12:29:06 -0500 Date: Tue, 27 Nov 2007 17:29:00 -0000 From: Daniel Jacobowitz To: Grzegorz Cieslewski Cc: gdb@sourceware.org Subject: Re: PS register on PPC Message-ID: <20071127172906.GA15944@caradoc.them.org> Mail-Followup-To: Grzegorz Cieslewski , gdb@sourceware.org References: <7aa837f80711270926oa83b66dg732e7d5fed782e0c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7aa837f80711270926oa83b66dg732e7d5fed782e0c@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-11/txt/msg00247.txt.bz2 On Tue, Nov 27, 2007 at 12:26:22PM -0500, Grzegorz Cieslewski wrote: > Does any one know what does the PS register on PPC do? > It shows up when is issue command "info all-registers" but I cannot > find its function in any documentation. It's the MSR. PS stands for Processor Status; that's what GDB historically called it. -- Daniel Jacobowitz CodeSourcery