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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:634a:: with SMTP id j71mr171822jac.18.1554305364530; Wed, 03 Apr 2019 08:29:24 -0700 (PDT) X-Received: by 2002:aca:2d4:: with SMTP id 203mr3457oic.99.1554305364310; Wed, 03 Apr 2019 08:29:24 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!136no13344itk.0!news-out.google.com!r82ni28ita.0!nntp.google.com!78no13361itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Apr 2019 08:29:23 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.255.209.31; posting-account=zwxLlwoAAAChLBU7oraRzNDnqQYkYbpo NNTP-Posting-Host: 96.255.209.31 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Intervention needed? From: Optikos Injection-Date: Wed, 03 Apr 2019 15:29:24 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56057 Date: 2019-04-03T08:29:23-07:00 List-Id: On Wednesday, April 3, 2019 at 10:54:04 AM UTC-4, Dmitry A. Kazakov wrote: > On 2019-04-03 16:31, Optikos wrote: > > > Which feature(s) [that other debuggers have] do you think are missing from GDB when debugging Ada? > > Other debuggers work, GDB does not. If you have an Ada project of a > moderate size GDB stops working. Fascinating, that might explain some of Ada's lack of increasing popularity. 1) Is this bug across all variants of GNAT? 1.1) paid-support AdaCore GNAT Pro? 1.2) AdaCore GPL-edition GNAT? 1.3) FSF GNAT? 1.4) All recent versions? 2) Is the bug observable both 2.1) in GDB-API/ABI-based Eclipse+GNATbench and 2.2) in stand-alone real FSF GDB? 3) Is the bug observable both 3.1) in normal symbols-in-the-object-code mode as well as 3.2) remote debugging with symbols only back on the mothership? 4) Has anyone reported it officially? 4.1) If so, what was the response (or lack thereof)? 5) Is it reproducible 100% of the time with Ada source code of size X? 5.1) How big is X? 5.2) Is X measured in raw size (e.g., kilobytes of source code)? 5.3) Or is X measured in density of complexity (e.g., quantity of sophisticated features intertwined within one/few localities)? And due to the relatively narrow window of time, no one probably used the old DragonEgg with LLVM backend enough to know whether the bug is observable in a drastically different back-end (i.e., lldb).