From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23559 invoked by alias); 31 Aug 2006 13:23:18 -0000 Received: (qmail 23455 invoked by uid 22791); 31 Aug 2006 13:23:17 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Aug 2006 13:23:12 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-02.spheriq.net with ESMTP id k7VDN9qI017533 for ; Thu, 31 Aug 2006 13:23:09 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-03.spheriq.net with ESMTP id k7VDN8dc001893 for ; Thu, 31 Aug 2006 13:23:08 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k7VDN7cQ005233 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 31 Aug 2006 13:23:08 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BEFB3DA42; Thu, 31 Aug 2006 13:23:06 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D03AD474BB; Thu, 31 Aug 2006 13:23:04 +0000 (GMT) Received: from crx549.cro.st.com (crx549.cro.st.com [164.129.44.49]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CII16737 (AUTH "frederic riss"); Thu, 31 Aug 2006 15:23:03 +0200 (CEST) Subject: Re: Get versioned minsyms from dynamic symtab (Was: Re: How to call operator<< functions?) From: Frederic RISS To: Michael Veksler Cc: gdb@sourceware.org In-Reply-To: <44F6DDF8.9000703@tx.technion.ac.il> References: <44F5645F.4000301@tx.technion.ac.il> <1156936373.3429.250.camel@crx549.cro.st.com> <1156944608.3429.275.camel@crx549.cro.st.com> <1157024034.3429.303.camel@crx549.cro.st.com> <44F6D16B.7090001@tx.technion.ac.il> <1157027172.3429.309.camel@crx549.cro.st.com> <44F6DDF8.9000703@tx.technion.ac.il> Content-Type: text/plain Date: Thu, 31 Aug 2006 13:23:00 -0000 Message-Id: <1157030582.3429.316.camel@crx549.cro.st.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00276.txt.bz2 On Thu, 2006-08-31 at 16:02 +0300, Michael Veksler wrote: > Take the two files from my test case in: > http://sources.redhat.com/ml/gdb/2006-08/msg00271.html > [...] > (gdb) p x.Print(std::cout) > Enter B::Print() this=0xbfffec00 > $1 = void > (gdb) p x.Print(myCout) > Cannot resolve method B::Print to any overloaded instance > (gdb) p x.Print(std::cout) > Cannot resolve method B::Print to any overloaded instance > (gdb) > ============== > What is going on here. Why the second Print(std::cout) no longer works? > Let's try to rerun without exiting GDB: Sorry, I can't reproduce that... this is working fine here.