From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8707 invoked by alias); 20 Apr 2005 23:58:27 -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 8418 invoked from network); 20 Apr 2005 23:58:24 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.206) by sourceware.org with SMTP; 20 Apr 2005 23:58:24 -0000 Received: by rproxy.gmail.com with SMTP id j1so343553rnf for ; Wed, 20 Apr 2005 16:58:24 -0700 (PDT) Received: by 10.11.118.68 with SMTP id q68mr37056cwc; Wed, 20 Apr 2005 16:58:24 -0700 (PDT) Received: by 10.11.99.23 with HTTP; Wed, 20 Apr 2005 16:58:24 -0700 (PDT) Message-ID: <7f45d9390504201658183f0ca0@mail.gmail.com> Date: Wed, 20 Apr 2005 23:58:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb@sources.redhat.com Subject: Value being assigned to is no longer active. Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-04/txt/msg00133.txt.bz2 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-elf". Thanks, Shaun