From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6992 invoked by alias); 24 Jun 2002 00:46:19 -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 6978 invoked from network); 24 Jun 2002 00:46:13 -0000 Received: from unknown (HELO hotmail.com) (207.68.162.95) by sources.redhat.com with SMTP; 24 Jun 2002 00:46:13 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 23 Jun 2002 17:46:12 -0700 X-Originating-IP: [210.21.93.12] From: "NewHaka@hotmail" To: "Keith Seitz" , , Cc: References: Subject: Hi,Thank you for your help! Re: How can I get the C function protot.... Date: Sun, 23 Jun 2002 17:46:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 24 Jun 2002 00:46:12.0812 (UTC) FILETIME=[89FE88C0:01C21B18] X-SW-Source: 2002-06/txt/msg00209.txt.bz2 hi Thank you for your help. regards haka ----- Original Message ----- From: "Keith Seitz" To: "NewHaka@hotmail" Cc: Sent: Saturday, June 22, 2002 1:27 AM Subject: Re: How can I get the C function prototype from a SO(link by cc) on solaris using gdb? | On Fri, 21 Jun 2002, NewHaka@hotmail.com wrote: | | > I try to find out the prototype of functions in this library,gdb output: | > (gdb) p GetDatVersion | > $1 = {} 0xff273374 | ^^^^^^^^^^^^^ | | > Does the library must complied by gcc? | | No, but it must contain debug info that gdb can read... | | Keith |