From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30720 invoked by alias); 18 May 2005 03:34:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30709 invoked from network); 18 May 2005 03:34:07 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 18 May 2005 03:34:07 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DYFJu-0007UZ-Li for gdb-patches@sources.redhat.com; Tue, 17 May 2005 23:34:06 -0400 Date: Wed, 18 May 2005 03:43:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [mi] organize possible exec async mi oc command reasons Message-ID: <20050518033406.GE10888@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20050324154602.GA10558@white> <20050324160653.GB29185@nevyn.them.org> <20050324212036.GB10808@white> <20050430193220.GG7009@nevyn.them.org> <20050518031812.GA20928@white> <20050518032047.GD10888@nevyn.them.org> <20050518032919.GB20928@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050518032919.GB20928@white> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00442.txt.bz2 On Tue, May 17, 2005 at 11:29:19PM -0400, Bob Rossi wrote: > On Tue, May 17, 2005 at 11:20:47PM -0400, Daniel Jacobowitz wrote: > > On Tue, May 17, 2005 at 11:18:12PM -0400, Bob Rossi wrote: > > > Hi Daniel, I didn't put NULL simply because I didn't know what header to > > > include to get the symbol. So, should I include defs.h? Or should I > > > include stdlib.h directly? What if stdlib.h is not defined? > > > > You should always be including "defs.h" in GDB source files anyway. > > Thanks, finally, I've got the _initialize function, but I can't find > where to call it from. Either I'm slowly going blind, or I simply can't > see where all the _init* functions are being called from. Any idea? You shouldn't need to do a thing. It's a generated file, see the Makefile. You might have missed adding the file to the appropriate SFILES list? -- Daniel Jacobowitz CodeSourcery, LLC