This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: allow breakpoints on labels
- From: Eli Zaretskii <eliz at gnu dot org>
- To: tromey at redhat dot com
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 20 Aug 2009 21:37:25 +0300
- Subject: Re: RFC: allow breakpoints on labels
- References: <m38whe5rul.fsf@fleche.redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Date: Thu, 20 Aug 2009 11:15:46 -0600
>
> I'd appreciate comments. This also needs a doc review.
The patch for the manual is fine.
As for the feature itself: I wonder if it would be possible to support
FILE:LABEL and/or FUNCTION:LABEL as well. Since labels are local to
the function in which they are used, just LABEL sounds too
restrictive.
Thanks.