aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-07 13:39:10 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-07 13:39:10 +0000
commitee55da67fbc97a1e4067bdf7b7c7071efd177edd (patch)
tree64dbdf414f6ae8ed989ac64b2c905f44299a965a /gdb
parent1a2ab13a57bdddae90088e334aa792d2af742a3d (diff)
downloadbinutils-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.zip
binutils-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.tar.gz
binutils-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.tar.bz2
gdb/
* breakpoint.h (owner): Extend the comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/breakpoint.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a19d860..c64fb08 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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.
* breakpoint.c (delete_breakpoint): Move the stale referencing clear
code ...
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 8b7a5c6..d053db8 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.