From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: fnasser@redhat.com Cc: keiths@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] breakpoint.c: don't generate bp events for internal bps Date: Thu, 10 May 2001 23:56:00 -0000 Message-id: <3405-Fri11May2001095555+0300-eliz@is.elta.co.il> References: <3AFB779D.E9F4B5D3@redhat.com> X-SW-Source: 2001-05/msg00200.html > Date: Fri, 11 May 2001 01:24:45 -0400 > From: Fernando Nasser > > It is OK to only generate events for visible breakpoints, but the hook > must run for all breakpoints. Whatever is using the hook may need to > know about the internal ones as well. I agree. But I would go even farther: is it possible to explain why is it a good idea to make this change? What exactly is wrong with generating breakpoint events as we do now? At the very least, I think we should consider all the uses of the breakpoint events, to judge whether some of them do indeed want to see internal breakpoints. Is such a list available somewhere?