From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2239 invoked by alias); 26 Dec 2004 05:36:39 -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 2197 invoked from network); 26 Dec 2004 05:36:28 -0000 Received: from unknown (HELO smtp2.wanadoo.fr) (193.252.22.29) by sourceware.org with SMTP; 26 Dec 2004 05:36:28 -0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0203.wanadoo.fr (SMTP Server) with SMTP id 134D01C001CD; Sun, 26 Dec 2004 06:36:28 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-103-1-3-102.w81-249.abo.wanadoo.fr [81.249.113.102]) by mwinf0203.wanadoo.fr (SMTP Server) with ESMTP id 836A71C001C1; Sun, 26 Dec 2004 06:36:27 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9CB7A47DAD; Sun, 26 Dec 2004 09:36:22 +0400 (RET) Date: Sun, 26 Dec 2004 05:36:00 -0000 From: Joel Brobecker To: Russell Shaw Cc: gdb@sources.redhat.com Subject: Re: step_command Message-ID: <20041226053622.GB1146@adacore.com> References: <41CE4DED.3010208@netspace.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41CE4DED.3010208@netspace.net.au> User-Agent: Mutt/1.4i X-SW-Source: 2004-12/txt/msg00121.txt.bz2 > In gdb-6.3, where is _initialize_infcmd() called > from? I'm trying to find out when/where step_command > is initialized (i've grepped the whole source). It is called from init.c. init.c is an autogenerated file (during the build, just before the link). These _initialize_* routines implement the elaboration of the unit the are in. -- Joel