diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-07 13:39:10 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-07 13:39:10 +0000 |
commit | ee55da67fbc97a1e4067bdf7b7c7071efd177edd (patch) | |
tree | 64dbdf414f6ae8ed989ac64b2c905f44299a965a /gdb/breakpoint.h | |
parent | 1a2ab13a57bdddae90088e334aa792d2af742a3d (diff) | |
download | gdb-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.zip gdb-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.tar.gz gdb-ee55da67fbc97a1e4067bdf7b7c7071efd177edd.tar.bz2 |
gdb/
* breakpoint.h (owner): Extend the comment.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. |