This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Extra error message from update_watchpoint


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]