From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,936b98ceff0d9f3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-05 08:04:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: volkert@nivoba.de (Volkert) Newsgroups: comp.lang.ada Subject: Re: One language environment don't have future Date: 5 Feb 2003 08:04:22 -0800 Organization: http://groups.google.com/ Message-ID: References: <3E3FEAB7.4963E50C@canal-plus.fr> <3E40E76D.DF8A112F@canal-plus.fr> NNTP-Posting-Host: 138.189.120.38 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1044461062 16029 127.0.0.1 (5 Feb 2003 16:04:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 5 Feb 2003 16:04:22 GMT Xref: archiver1.google.com comp.lang.ada:33816 Date: 2003-02-05T16:04:22+00:00 List-Id: Thierry Lelegard wrote in message news:<3E40E76D.DF8A112F@canal-plus.fr>... > > > Great, great idea. GDB on OpenVMS is a real pain (first, gdb has less > > > features than VMS Debug; second, the VMS port of GDB is deficient). > > > > Of what version of gdb for OpenVMS you are talking. > > The GDB which comes with GNAT 3.15 and 5.00 is 4.17. I am not aware > of a more recent GNAT-aware GDB for OpenVMS. > > > Can you give some examples. > > - The only GUI is gdbtk Yes, that's a pain. We hope to use GVD under NT with the a gdbserver on OpenVMS (remote debugging). > - Break points, trace points mostly work, sometimes they don't > - Watch points do not work > - Multithreaded debug is a pain > - No multi-language support (with DEC compilers) > - Etc We have the GNU gdb 4.17.gnat.3.16w.41. installed here. A person from ACT said that this new version is much better than the old one. I try to reprocedure your examples and post the result here ... Volkert