From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9760 invoked by alias); 21 Jun 2002 17:27:12 -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 9745 invoked from network); 21 Jun 2002 17:27:09 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 21 Jun 2002 17:27:09 -0000 Received: from makita.cygnus.com (makita.sfbay.redhat.com [192.168.30.83]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA17117; Fri, 21 Jun 2002 10:27:08 -0700 (PDT) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id KAA26395; Fri, 21 Jun 2002 10:27:07 -0700 (PDT) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Fri, 21 Jun 2002 10:27:00 -0000 From: Keith Seitz X-X-Sender: To: "NewHaka@hotmail" cc: Subject: Re: How can I get the C function prototype from a SO(link by cc) on solaris using gdb? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-06/txt/msg00168.txt.bz2 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