From: Jose E. Marchesi Date: Wed, 9 Mar 2016 19:17:54 +0000 (-0800) Subject: gdb: fix doc string of target_can_use_hardware_watchpoint. X-Git-Tag: users/hjl/linux/release/2.26.51.0.2~1^2~74^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2343b78a778af9fe496c521bd49ba027cb8b48ae;p=thirdparty%2Fbinutils-gdb.git gdb: fix doc string of target_can_use_hardware_watchpoint. gdb/ChangeLog 2016-03-09 Jose E. Marchesi * target.h: Fix doc string of target_can_use_hardware_watchpoint. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37118c5f1ff..aa59a0bd694 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-03-09 Jose E. Marchesi + + * target.h: Fix doc string of target_can_use_hardware_watchpoint. + 2016-03-09 Pedro Alves * event-top.c (more_to_come): Delete. diff --git a/gdb/target.h b/gdb/target.h index e1419a94e55..26c857938e5 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1922,7 +1922,8 @@ extern const char *target_thread_name (struct thread_info *); TYPE isn't supported. TYPE is one of bp_hardware_watchpoint, bp_read_watchpoint, bp_write_watchpoint, or bp_hardware_breakpoint. CNT is the number of such watchpoints used so far, including this - one. OTHERTYPE is who knows what... */ + one. OTHERTYPE is the number of watchpoints of other types than + this one used so far. */ #define target_can_use_hardware_watchpoint(TYPE,CNT,OTHERTYPE) \ (*current_target.to_can_use_hw_breakpoint) (¤t_target, \