From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14824 invoked by alias); 15 Jul 2002 06:58:40 -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 14817 invoked from network); 15 Jul 2002 06:58:38 -0000 Received: from unknown (HELO rebirth.wojtyla.org) (213.97.242.113) by sources.redhat.com with SMTP; 15 Jul 2002 06:58:38 -0000 Received: from Devil.teleline.es (devil.iqc-services.local [192.168.197.3]) by rebirth.wojtyla.org (8.11.6/8.8.7) with ESMTP id g6F6sJJ31463 for ; Mon, 15 Jul 2002 08:54:20 +0200 Message-Id: <5.1.1.6.0.20020715085705.029a5f40@pop3.iqc-services.com> X-Sender: securez.teleline.es@pop.terra.es Date: Sun, 14 Jul 2002 23:58:00 -0000 To: gdb@sources.redhat.com From: Marcos Lois =?iso-8859-1?Q?Berm=FAdez?= Subject: Trouble with GDB!! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2002-07/txt/msg00150.txt.bz2 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.