From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24700 invoked by alias); 25 Jun 2002 20:01:26 -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 24688 invoked from network); 25 Jun 2002 20:01:21 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 25 Jun 2002 20:01:21 -0000 Received: from fleche.redhat.com (ta0199.peakpeak.com [204.144.244.199]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id OAA09666 for ; Tue, 25 Jun 2002 14:01:13 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 6C36E4F80AA; Tue, 25 Jun 2002 14:14:19 -0600 (MDT) To: Gdb List Subject: _initialize_inftarg From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Where's my SOCIAL WORKER? Date: Tue, 25 Jun 2002 13:01:00 -0000 Message-ID: <87d6ufdskk.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00262.txt.bz2 There are 3 functions in gdb named _initialize_inftarg: grep -n '^_initialize_inftarg' *.c /dev/null inftarg.c:839:_initialize_inftarg (void) win32-nat.c:1818:_initialize_inftarg (void) wince.c:1968:_initialize_inftarg (void) I assume the win* ones are simply cut-and-paste error? Tom