forked from Imagelibrary/binutils-gdb
gdb/
* breakpoint.h (owner): Extend the comment.
This commit is contained in:
@@ -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>
|
2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Clear stale specific bp_location from former whole breakpoint.
|
Clear stale specific bp_location from former whole breakpoint.
|
||||||
|
|||||||
@@ -244,7 +244,8 @@ struct bp_location
|
|||||||
|
|
||||||
/* Each breakpoint location must belong to exactly one higher-level
|
/* Each breakpoint location must belong to exactly one higher-level
|
||||||
breakpoint. This and the DUPLICATE flag are more straightforward
|
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;
|
struct breakpoint *owner;
|
||||||
|
|
||||||
/* Conditional. Break only if this expression's value is nonzero.
|
/* Conditional. Break only if this expression's value is nonzero.
|
||||||
|
|||||||
Reference in New Issue
Block a user