gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 7 Jun 2010 13:39:10 +0000 (13:39 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 7 Jun 2010 13:39:10 +0000 (13:39 +0000)
* breakpoint.h (owner): Extend the comment.

gdb/ChangeLog
gdb/breakpoint.h

index a19d8603527a7ed537c5c10ff444da8defa0cd1e..c64fb0834c7a1c601d605607f965b0c815bc46b3 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.h (owner): Extend the comment.
+
 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Clear stale specific bp_location from former whole breakpoint.
index 8b7a5c6e8ded27a62fd156aa82a0de084c510142..d053db811088f626ca885c2cb1c40127f675c02c 100644 (file)
@@ -244,7 +244,8 @@ struct bp_location
 
   /* Each breakpoint location must belong to exactly one higher-level
      breakpoint.  This and the DUPLICATE flag are more straightforward
-     than reference counting.  */
+     than reference counting.  This pointer is NULL iff this bp_location is in
+     (and therefore only in) moribund_locations.  */
   struct breakpoint *owner;
 
   /* Conditional.  Break only if this expression's value is nonzero.
This page took 0.029307 seconds and 4 git commands to generate.