From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8860 invoked by alias); 14 Aug 2004 11:36:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8842 invoked from network); 14 Aug 2004 11:36:19 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 14 Aug 2004 11:36:19 -0000 Received: from zaretski (pns03-200-69.inter.net.il [80.230.200.69]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id EEZ02351; Sat, 14 Aug 2004 14:35:42 +0300 (IDT) Date: Sat, 14 Aug 2004 11:36:00 -0000 From: "Eli Zaretskii" To: Ton van Overbeek Message-Id: <7137-Sat14Aug2004143240+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: (message from Ton van Overbeek on Fri, 13 Aug 2004 02:06:00 +0200 (CEST)) Subject: Re: [PATCH] Fix coff symbol table reading problem for C code compiled by g++ Reply-to: Eli Zaretskii References: X-SW-Source: 2004-08/txt/msg00500.txt.bz2 > Date: Fri, 13 Aug 2004 02:06:00 +0200 (CEST) > From: Ton van Overbeek > > I found a bug/problem in the symbol reading code in symtab.c in gdb-6.2. Thanks for the report and the patch. Could you please also provide a short test case and an example compile-link-GDB session script which both shows how to eproduce the problem and the exact outputs from GDB? TIA