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!news.uzoreto.com!fdcspool6.netnews.com!news-out.netnews.com!news.alt.net!fdc2.netnews.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Subject: Re: GDB problem Newsgroups: comp.lang.ada References: <60507a0c$0$30026$e4fe514c@news.kpn.nl> From: ldries46 Date: Tue, 16 Mar 2021 10:48:44 +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 In-Reply-To: <60507a0c$0$30026$e4fe514c@news.kpn.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl Message-ID: <60507efc$0$30055$e4fe514c@news.kpn.nl> NNTP-Posting-Host: b2da518f.news.kpn.nl X-Trace: G=5wDxmCwR,C=U2FsdGVkX1+2KMUE4WPAs0uZUDmz21HpMIDe+LzMwwDCMSZ5hQSJEl+psgyUT87XNderSOQDoE3a2HFqrNJaqZZcDa7znSCCqcJUb3sbOSY= X-Complaints-To: abuse@kpn.nl Xref: reader02.eternal-september.org comp.lang.ada:61556 List-Id: Op 16-3-2021 om 10:27 schreef ldries46: > 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 > I deleted one ofthese breakpoints then terminated the debugger and restarted GNATSTUDIO, The deleted breakpoint was back. As deleting a breakpoint in this case costs several minutes and cannot be speeded up by deleting all in one time how do I get rid of all these breakpoints for good.