From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7397 invoked by alias); 22 Nov 2005 09:21:13 -0000 Received: (qmail 7361 invoked by uid 22791); 22 Nov 2005 09:21:09 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 09:21:07 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jAM9KWeM002133; Tue, 22 Nov 2005 10:20:32 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jAM9KWSg029176; Tue, 22 Nov 2005 10:20:32 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAM9KVIv010228; Tue, 22 Nov 2005 10:20:31 +0100 (CET) Date: Tue, 22 Nov 2005 09:21:00 -0000 Message-Id: <200511220920.jAM9KVIv010228@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: mark.kettenis@xs4all.nl, gdb@sourceware.org In-reply-to: <20051117140452.GB11432@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 17 Nov 2005 09:04:52 -0500) Subject: Re: C++ related core dump References: <200511151015.jAFAFKXw032226@jop31.nfra.nl> <20051117041056.GC3513@nevyn.them.org> <200511170945.jAH9jBle024772@elgar.sibelius.xs4all.nl> <20051117140452.GB11432@nevyn.them.org> 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: 2005-11/txt/msg00469.txt.bz2 > Date: Thu, 17 Nov 2005 09:04:52 -0500 > From: Daniel Jacobowitz > > On Thu, Nov 17, 2005 at 10:45:11AM +0100, Mark Kettenis wrote: > > No, no, you misread that bit above. antennac is an instance of class > > ROScalarColumn. So antennac(0) *is* an invocation of operator(). > > Oh. Then what type IS the fsym? Sorry, had a few days off at work. Does this tell you enough? p *fsym.type.main_type $5 = {code = TYPE_CODE_STRUCT, upper_bound_type = BOUND_SIMPLE, lower_bound_type = BOUND_SIMPLE, name = 0x0, tag_name = 0x347f230 "ROScalarColumn", objfile = 0x313260, target_type = 0x0, flags = 4, nfields = 0, vptr_fieldno = -1, fields = 0x0, vptr_basetype = 0x0, type_specific = {cplus_stuff = 0x2c3358, floatformat = 0x2c3358}} Mark