From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Newsgroups: comp.lang.ada X-Mozilla-News-Host: news://news.kpn.nl:119 From: ldries46 Subject: GDB problem Date: Tue, 16 Mar 2021 10:27:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl Message-ID: <60507a0c$0$30026$e4fe514c@news.kpn.nl> NNTP-Posting-Host: b2da518f.news.kpn.nl X-Trace: G=5wDxmCwR,C=U2FsdGVkX19wXfvV3YDG2+DyiWHNblypF97p5n4S+0CuFhhyc8XS65iuQPQEahuQtvrd+Kpc2Vu3hrpNDnSdNjGCEEKmvrNr3jQZqSydSbc= X-Complaints-To: abuse@kpn.nl Xref: reader02.eternal-september.org comp.lang.ada:61554 List-Id: I have a problem with GDB. It looks like it crashes but when waiting for a long time it comes back with 4103 messages from a breakpoint at line 334 in the Debugger console. All these breakpoints are mentioned in in thebrakpoint window end are enabled in the enb column, "break" in the type column and Diabled in the Disp column. In the Debugger console the all mention "4101    breakpoint     del  y   0x00000000004a070d in datum_main_cb.on_change_calendar at D:\ada\project\Datum\Datum_Main_CB.adb:334" where only the first number is different. The line is "334      Set_Active(ChangeCal_Dialog.Str_Combo, Gint(Cal_ID));" and shows breakpoint symbol I nver have put there. My question is how did these breakpoints came there