From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31246 invoked by alias); 30 Sep 2011 20:37:46 -0000 Received: (qmail 31147 invoked by uid 22791); 30 Sep 2011 20:37:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtp-vbr1.xs4all.nl (HELO smtp-vbr1.xs4all.nl) (194.109.24.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Sep 2011 20:37:27 +0000 Received: from cnoc.nl.alt001.com (oostvogels.xs4all.nl [83.163.197.192]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id p8UKb7T9014479; Fri, 30 Sep 2011 22:37:13 +0200 (CEST) (envelope-from joost@cnoc.nl) Received: from localhost (localhost.localdomain [127.0.0.1]) by cnoc.nl.alt001.com (Postfix) with ESMTP id F370ABF47; Fri, 30 Sep 2011 22:37:06 +0200 (CEST) Received: from cnoc.nl.alt001.com ([127.0.0.1]) by localhost (cnoc.nl.alt001.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J4VeUV0WsdZH; Fri, 30 Sep 2011 22:37:06 +0200 (CEST) Received: from [192.168.3.116] (host116.cnoc.intern [192.168.3.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cnoc.nl.alt001.com (Postfix) with ESMTPS id 63DBBBCCD; Fri, 30 Sep 2011 22:37:06 +0200 (CEST) Subject: Re: Handling of c++ function members From: Joost van der Sluis To: Jan Kratochvil Cc: Daniel Jacobowitz , gdb@sourceware.org Date: Fri, 30 Sep 2011 20:37:00 -0000 In-Reply-To: <20110930185030.GA7047@host1.jankratochvil.net> References: <1317055596.23338.12.camel@feddie.cnoc.lan> <1317070857.17681.11.camel@feddie.cnoc.lan> <1317135598.27942.29.camel@feddie.cnoc.lan> <1317397986.24685.82.camel@feddie.cnoc.lan> <20110930185030.GA7047@host1.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <1317415026.16723.1.camel@feddie.cnoc.lan> Mime-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00144.txt.bz2 On Fri, 2011-09-30 at 20:50 +0200, Jan Kratochvil wrote: > On Fri, 30 Sep 2011 17:53:06 +0200, Joost van der Sluis wrote: > > Well, I've used the virtual-function example for c++ from wikipedia, > > compiled it (gcc 4.6.1) on Fedora 15 and loaded it into gdb. Stepping > > though gdb it indeed passed gnu-v2-abi.c. So fpc wasn't involved at all. > > I do not understand why do you see it: > $ gdb -nx ./animals -ex 'show cp-abi' > The currently selected C++ ABI is "auto" (currently "gnu-v3"). Sorry, you're right. It was with the fpc-application. Joost.