]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: fix doc string of target_can_use_hardware_watchpoint.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 9 Mar 2016 19:17:54 +0000 (11:17 -0800)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 9 Mar 2016 19:17:54 +0000 (11:17 -0800)
gdb/ChangeLog

2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>

* target.h: Fix doc string of target_can_use_hardware_watchpoint.

gdb/ChangeLog
gdb/target.h

index 37118c5f1ff919fb222f674b7c5a5b5bedc0d286..aa59a0bd694562044c97d6a53897c085eba547c1 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * target.h: Fix doc string of target_can_use_hardware_watchpoint.
+
 2016-03-09  Pedro Alves  <palves@redhat.com>
 
        * event-top.c (more_to_come): Delete.
index e1419a94e55b732b93c5e0b53d2c303681561092..26c857938e5e7a0fbe1e5adaff2bd05ca6b61c69 100644 (file)
@@ -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) (&current_target,  \