This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Expanding macros in breakpoint conditions
- From: Tom Tromey <tromey at redhat dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb at sourceware dot org
- Date: Wed, 23 Oct 2013 11:26:33 -0600
- Subject: Re: Expanding macros in breakpoint conditions
- Authentication-results: sourceware.org; auth=none
- References: <83vc0qk1jx dot fsf at gnu dot org> <87y55mk0tg dot fsf at fleche dot redhat dot com> <83k3h3j4vo dot fsf at gnu dot org>
Eli> What I don't understand is why didn't GDB issue an error message in
Eli> this case. There's no label '707' in that function. Looks like the
Eli> linespec parser silently rejected the ":707" part, without telling
Eli> me. It would be nice if it didn't do this silently.
It seems like a bug to me.
Tom