From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10129 invoked by alias); 21 Apr 2005 03:16:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9424 invoked from network); 21 Apr 2005 03:16:37 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.193) by sourceware.org with SMTP; 21 Apr 2005 03:16:37 -0000 Received: by rproxy.gmail.com with SMTP id z35so329106rne for ; Wed, 20 Apr 2005 20:16:37 -0700 (PDT) Received: by 10.11.99.7 with SMTP id w7mr40158cwb; Wed, 20 Apr 2005 20:16:37 -0700 (PDT) Received: by 10.11.99.23 with HTTP; Wed, 20 Apr 2005 20:16:37 -0700 (PDT) Message-ID: <7f45d93905042020166d9c5d22@mail.gmail.com> Date: Thu, 21 Apr 2005 03:16:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb@sources.redhat.com Subject: Re: Value being assigned to is no longer active. In-Reply-To: <20050421004716.GA4971@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d9390504201658183f0ca0@mail.gmail.com> <20050421004716.GA4971@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00138.txt.bz2 On 4/20/05, Daniel Jacobowitz wrote: > On Wed, Apr 20, 2005 at 04:58:24PM -0700, Shaun Jackman wrote: > > What does this error message mean? > > > > (gdb) set $cpsr=3D0x1f > > Value being assigned to is no longer active. > > (gdb) set $pc=3D0x2000000 > > Value being assigned to is no longer active. > > (gdb) show version > > GNU gdb 6.3.50.20050419 > > ... > > This GDB was configured as "--host=3Di686-pc-linux-gnu --target=3Darm-e= lf". >=20 > In this context, I'm not sure. Could you show a whole session? In the following snippet, the target hung after the "s", so I pressed Ctrl-= c. Cheers, Shaun (gdb) s Program received signal SIGSTOP, Stopped (signal). 0x0000000c in ?? () (gdb) bt #0 0x0000000c in ?? () (gdb) p/x $cpsr $1 =3D 0x40000093 (gdb) set $cpsr=3D0x1f Value being assigned to is no longer active.