From ee55da67fbc97a1e4067bdf7b7c7071efd177edd Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 7 Jun 2010 13:39:10 +0000 Subject: [PATCH] gdb/ * breakpoint.h (owner): Extend the comment. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a19d8603527..c64fb0834c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-06-07 Jan Kratochvil + + * breakpoint.h (owner): Extend the comment. + 2010-06-07 Jan Kratochvil Clear stale specific bp_location from former whole breakpoint. diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 8b7a5c6e8de..d053db81108 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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. -- 2.30.2