[PATCH] Remove same-pc breakpoint notification for internal BPs

Tom Tromey tromey@redhat.com
Thu Apr 21 14:17:00 GMT 2011


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> On Thursday 21 April 2011 09:11:29, Kevin Pouget wrote:
>> +               && b->number >= 0);

Pedro> Can you make those b->number > 0?   `0' is used for
Pedro> momentary breakpoints, which aren't user visible either.

I wonder if this code should be using user_breakpoint_p instead.

Tom



More information about the Gdb-patches mailing list