From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32575 invoked by alias); 26 Dec 2004 05:33:23 -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 32536 invoked from network); 26 Dec 2004 05:33:16 -0000 Received: from unknown (HELO mail.netspace.net.au) (203.10.110.71) by sourceware.org with SMTP; 26 Dec 2004 05:33:16 -0000 Received: from [192.168.1.11] (220-253-35-78.VIC.netspace.net.au [220.253.35.78]) by mail.netspace.net.au (Postfix) with ESMTP id A91434302A for ; Sun, 26 Dec 2004 16:33:14 +1100 (EST) Message-ID: <41CE4DED.3010208@netspace.net.au> Date: Sun, 26 Dec 2004 05:33:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040820 Debian/1.7.2-4 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: step_command Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00120.txt.bz2 Hi, 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).