From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17326 invoked by alias); 18 May 2005 03:20:49 -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 17303 invoked from network); 18 May 2005 03:20:47 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 18 May 2005 03:20:47 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DYF71-0007Jw-1b for gdb-patches@sources.redhat.com; Tue, 17 May 2005 23:20:47 -0400 Date: Wed, 18 May 2005 03:34:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [mi] organize possible exec async mi oc command reasons Message-ID: <20050518032047.GD10888@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050518031812.GA20928@white> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00440.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery, LLC