diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-03-07 09:00:27 -0800 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-03-07 16:26:35 -0800 |
commit | 3156469ca870821d972a3f9d242379b86e622c95 (patch) | |
tree | 4c7ea713ee70a343e275c1d4bfb5ab43d23df30d /gdb/ChangeLog | |
parent | 2ba229e2c9dd9bf25ed1a3647d789f367b24cff4 (diff) | |
download | gdb-3156469ca870821d972a3f9d242379b86e622c95.zip gdb-3156469ca870821d972a3f9d242379b86e622c95.tar.gz gdb-3156469ca870821d972a3f9d242379b86e622c95.tar.bz2 |
target.h: Expands complete_target_initialization and add_target comments.
Expand a bit the comments to answer some questions I had when looking
at why a target of mine would not have some default methods set.
gdb/ChangeLog:
* target.h (complete_target_initialization, add_target):
Add comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe17674..ff962d4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-03-07 Joel Brobecker <brobecker@adacore.com> + + * target.h (complete_target_initialization, add_target): + Add comment. + 2014-03-07 Pedro Alves <palves@redhat.com> * go32-nat.c: Include inf-child.h. |