From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29344 invoked by alias); 12 Mar 2004 07:53:52 -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 29334 invoked from network); 12 Mar 2004 07:53:51 -0000 Received: from unknown (HELO babyruth.hotpop.com) (38.113.3.61) by sources.redhat.com with SMTP; 12 Mar 2004 07:53:51 -0000 Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id 88C7F145C50 for ; Fri, 12 Mar 2004 07:43:40 +0000 (UTC) Received: from munco (unknown [203.129.254.138]) by smtp-2.hotpop.com (Postfix) with SMTP id 60780145C50 for ; Fri, 12 Mar 2004 07:43:37 +0000 (UTC) Message-ID: <123e01c40807$34e4ce20$2b0110ac@munco> From: "murugesan" To: Subject: ptype of prototype of a funtion Date: Fri, 12 Mar 2004 07:53:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-SW-Source: 2004-03/txt/msg00114.txt.bz2 Hello all, ptype fun(NULL,NULL) This gives me the return type of the function fun Is there a way to get the prototype of a function i gdb. I don't know the type of the parameters of fun which can have the value NULL. [ (void*)0 ] thanks in advance for the help. Regards, Murugesan