From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24331 invoked by alias); 6 Sep 2005 15:41:30 -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 24309 invoked by uid 22791); 6 Sep 2005 15:41:25 -0000 Received: from smtp.terra.es (HELO tsmtp4.mail.isp) (213.4.129.129) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 06 Sep 2005 15:41:25 +0000 Received: from [192.168.110.193] ([195.53.197.70]) by tsmtp4.mail.isp (terra.es) with ESMTP id IMEJKZ00.MIJ for ; Tue, 6 Sep 2005 17:41:23 +0200 Date: Tue, 06 Sep 2005 15:41:00 -0000 From: =?ISO-8859-15?B?TWlndWVsIEEuIE518WV6?= Reply-To: Miguel Angel Message-ID: <591061671484.20050906174127@terra.es> To: gdb@sources.redhat.com Subject: General purpose registers not in core file In-Reply-To: <1971061556421.20050906173932@terra.es> References: <1971061556421.20050906173932@terra.es> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-09/txt/msg00033.txt.bz2 Hello, I'm trying to debug a core file but I always get this error (multit is my executable) [/export/home/miguel]$ gdb multit core GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.9"... warning: Couldn't find general-purpose registers in core file. warning: Couldn't find general-purpose registers in core file. 0x0000000000000000 in ?? () (gdb) (gdb) (gdb) quit I have compiled my executable using -g (I tried also using -ggdb), but I always get the same error. Can anyone point me to what I'm doing wrong? Thanks Miguel Angel