This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Extra error message from update_watchpoint
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Andrew Burgess <aburgess at broadcom dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 30 Oct 2013 20:40:53 +0200
- Subject: Re: [PATCH] Extra error message from update_watchpoint
- Authentication-results: sourceware.org; auth=none
- References: <5260FD66 dot 7090506 at broadcom dot com> <52616D4B dot 3020209 at redhat dot com> <526FE5E9 dot 3000909 at broadcom dot com> <83ob68dmfb dot fsf at gnu dot org> <526FF27B dot 8090209 at broadcom dot com> <5270F23E dot 7010602 at broadcom dot com> <83a9hqepgt dot fsf at gnu dot org> <52713E2F dot 2030709 at broadcom dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 30 Oct 2013 17:13:19 +0000
> From: "Andrew Burgess" <aburgess@broadcom.com>
> cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
>
> I'd rather make you happy if possible, never hurts to suck up right ;-)
Thank you!
> The following follows the structure you gave, I'd be happy to go with
> this except that it's longer than 80 character... is that an issue?
>
> "Can't set read/access watchpoint, software read/access watchpoints not
> supported, and hardware watchpoints disabled (see set/show
> can-use-hw-watchpoints)."
This is indeed much better.
As for length, I can suggest a shorter variant:
Can't set read/access watchpoint when hardware watchpoints are disabled.