From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31704 invoked by alias); 18 May 2005 03:36:15 -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 31642 invoked from network); 18 May 2005 03:36:12 -0000 Received: from unknown (HELO lakermmtao03.cox.net) (68.230.240.36) by sourceware.org with SMTP; 18 May 2005 03:36:12 -0000 Received: from white ([68.9.64.121]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050518033605.XREJ18229.lakermmtao03.cox.net@white> for ; Tue, 17 May 2005 23:36:05 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DYFLr-0005VU-00 for ; Tue, 17 May 2005 23:36:07 -0400 Date: Wed, 18 May 2005 04:00:00 -0000 From: Bob Rossi To: gdb-patches@sources.redhat.com Subject: Re: [mi] organize possible exec async mi oc command reasons Message-ID: <20050518033607.GC20928@white> 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> <20050518033406.GE10888@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050518033406.GE10888@nevyn.them.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-05/txt/msg00443.txt.bz2 On Tue, May 17, 2005 at 11:34:06PM -0400, Daniel Jacobowitz wrote: > 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? Wow, that's great! Yes, it automatically works. Since I didn't see it failing, I didn't know that it was running. I put a failing case and saw GDB give the error upon startup. Thanks very much, Bob Rossi