From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: gdb@sourceware.cygnus.com Subject: Next release of GDB Date: Thu, 02 Sep 1999 18:20:00 -0000 Message-id: <199909030120.SAA20919@andros.cygnus.com> X-SW-Source: 1999-q3/msg00283.html I'd like us to start planning for the next release of GDB. This might seem a bit soon after 4.18, but I think a year's interval is too long, what with all the changes that are going on, and historically the release tends to take a couple months longer than originally anticipated anyway. The following plan is just my idea, feel free to comment on big and little issues... Here are the things that I think must be in the next release: * Complete GNU/Linux support, all distros/versions * Complete *BSD support * Support for current (2.95.x) GCC/G++ In addition, there should be no submitted patch backlog - all patches must be accepted and incorporated, or else rejected. Here are some additional things that I would like to see, but that ought not to hold up the release if they can't be gotten in: * first version of libgdb, w/Guile scripting * GNU/Linux thread_db library support * asynchronous execution for GNU/Linux * fork following for GNU/Linux * HP WDB 1.1 bits * Apple MacOS X support bits * Current VxWorks (Tornado) support bits * Current LynxOS support bits * m68k BDM patches * Ada language support There are probably many other important things that I'm forgetting, please speak up and remind me about them! Since the next release of GDB will have changed more since the last release than any since 1991, I think it should be called 5.0. This will also give us a new baseline for a new generation of improvements, which is why I'm especially keen to get old divergences reduced before we set off on the next round of changes. Timewise, we should try to be done with major patch incorporation by the end of November, do testing in December, and have something on ftp sites by 12/31, just in time to help solve Y2K bugs... "GDB 5.0: The Debugger for the Next Millenium" Stan >From brendan@dgs.monash.edu.au Thu Sep 02 19:25:00 1999 From: Brendan Simon To: Stan Shebs Cc: gdb@sourceware.cygnus.com Subject: Re: Next release of GDB Date: Thu, 02 Sep 1999 19:25:00 -0000 Message-id: <37CF319F.8FAA5579@dgs.monash.edu.au> References: <199909030120.SAA20919@andros.cygnus.com> X-SW-Source: 1999-q3/msg00284.html Content-length: 685 Stan Shebs wrote: > Here are some additional things that I would like to see, but that > ought not to hold up the release if they can't be gotten in: > > * first version of libgdb, w/Guile scripting > * GNU/Linux thread_db library support > * asynchronous execution for GNU/Linux > * fork following for GNU/Linux > * HP WDB 1.1 bits > * Apple MacOS X support bits > * Current VxWorks (Tornado) support bits > * Current LynxOS support bits > * m68k BDM patches > * Ada language support All BDM patches please !! I know Scott Howard has quite a few changes for the PowerPC BDMs. The "ocd reg" command comes to mind. > "GDB 5.0: The Debugger for the Next Millenium" Cool. Brendan.