public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Little function doc fix in target.h
@ 2016-03-09 18:49 Jose E. Marchesi
  2016-03-09 18:57 ` Pedro Alves
  0 siblings, 1 reply; 3+ messages in thread
From: Jose E. Marchesi @ 2016-03-09 18:49 UTC (permalink / raw)
  To: gdb-patches


Ok to commit?

diff --git a/gdb/target.h b/gdb/target.h
index e1419a9..26c8579 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) (&current_target,  \

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-09 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-09 18:49 [PATCH] Little function doc fix in target.h Jose E. Marchesi
2016-03-09 18:57 ` Pedro Alves
2016-03-09 19:11   ` Jose E. Marchesi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).