From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31596 invoked by alias); 9 May 2003 08:10:35 -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 31498 invoked from network); 9 May 2003 08:10:34 -0000 Received: from unknown (HELO mail.armin.d) (213.23.187.198) by sources.redhat.com with SMTP; 9 May 2003 08:10:34 -0000 Received: (qmail 7962 invoked by uid 505); 9 May 2003 08:10:33 -0000 Received: from diehl@nordrhein.de by lnx.armin.d with qmail-scanner-1.03 (uvscan: v4.1.60/v4179. . Clean. Processed in 0.23022 secs); 09 May 2003 08:10:33 -0000 Received: from ad02.armin.d (HELO nordrhein.de) (192.168.254.130) by lnx.armin.d with SMTP; 9 May 2003 08:10:33 -0000 Message-ID: <3EBB62D0.2040607@nordrhein.de> Date: Fri, 09 May 2003 08:10:00 -0000 From: Armin Diehl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com CC: =?ISO-8859-1?Q?G=FCnter_Knauf?= , info@herdsoft.com, RBATEMAN@novell.com, U_Neumann@gne.de Subject: Re: Deprecate dwarf and mdebug support, delete nlm? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2003-05/txt/msg00116.txt.bz2 I think the gdbserve is a candidate for deletion. It is only needed for netware 3.11 and prevents building gdb with netware support. I always have to remove that dir in the configure targets file. My gdb2ndi works with netware 4.11 also (load rdebug.nlm). If someone needs the gdbserve for 3.11, it can be used from older versions of gdb. (It is only a simple support for the gdb remote protocol) But please please *do not remove* the netware support from gdb. It is the only way to debug FreePascal nlm's. It is further needed for debugging nlms generated by gcc. Bernd Herd has done a great job in porting gcc with c++ support to netware and it would be bad if we loose the debugging support as we now have a great alternative c/c++ compiler for netware. Günter Knauf wrote: > Hi Andrew, > >>Ok, so nlm/ is a candidate (but it isn't hurting anyone, and > > I cant believe that you all here are talking about a ./nlm subdir of 86.3kB while the whole gdb source is more than 14MB !! And that all at times where download bandwidth isnt an issue anymore! > > >>the alternative is written in FreePascal :-). > > that's only true for NetWare 5.1 and 6, but with previous versions we still need the gdbserver! > > >>Andrew > > > removing 86.3kB isnt worth to talk about! Just my 2 ct. > > but if you are searching for the last few bytes for deleting, just take 10,9kB and remove ./nlm/ppc.h and ./nlm/ppc.c because I dont know of any NetWare version which runs on PPC; all versions for which gdbserver is of interest run on i386! > > thanks, Guenter. >