From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28934 invoked by alias); 15 Jul 2002 17:23:58 -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 28904 invoked from network); 15 Jul 2002 17:23:58 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 15 Jul 2002 17:23:58 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 8D3B05EA11; Mon, 15 Jul 2002 12:23:56 -0500 (EST) To: Marcos Lois =?iso-8859-1?q?Berm=FAdez?= Cc: gdb@sources.redhat.com Subject: Re: Trouble with GDB!! References: <5.1.1.6.0.20020715085705.029a5f40@pop3.iqc-services.com> From: Jim Blandy Date: Mon, 15 Jul 2002 10:23:00 -0000 In-Reply-To: <5.1.1.6.0.20020715085705.029a5f40@pop3.iqc-services.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-07/txt/msg00154.txt.bz2 Marcos Lois Bermúdez writes: > I use uClinux in a DragonixVZ borard (MC68VZ328), i enable pseudo > vectorized expceptions in kernel setting, i can connect gdb and > gdbserver and put breakpoints, display data, etc, but when i step into > a function that resides in othe source file of the program, gdb can't > display me any data and say me this: > Error PC 0x7d1bb0 in read in psymtab, but not in symtab. > I use the -g flag option to compile the program, and use ddd as > grafical iface to gdb. > > How i can solve this? > > Regards. Any help will be apreciated. I have never seen that behavior before. If you can put together a test case we can run on our simulator (try telling GDB `target sim') then we can try to fix this. But your message doesn't really have enough information for us to do anything.