diff options
author | Pedro Alves <palves@redhat.com> | 2014-03-12 11:55:02 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-03-12 11:55:02 +0000 |
commit | 91f83b0228f795e4acb8ac6e6690c6276cbec599 (patch) | |
tree | c69f3839741f2b1f6c9e6bb25e460889c3cc34a9 | |
parent | f1aea813c89e437501f00617279b99b939a4b889 (diff) | |
download | fsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.zip fsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.tar.gz fsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.tar.bz2 |
inf-child.h: Update comment.
Like inf-child.c, this file is no longer used exclusively by Unix
targets anymore.
gdb/
2014-03-12 Pedro Alves <palves@redhat.com>
* inf-child.h: Update comment to not mention Unix.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/inf-child.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8d9d05..45c5d65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-03-12 Pedro Alves <palves@redhat.com> + * inf-child.h: Update comment to not mention Unix. + +2014-03-12 Pedro Alves <palves@redhat.com> + * inf-child.c: Update top comment to not mention Unix. Add generic comment describing how this target is meant to be used. (inf_child_post_attach, inf_child_post_startup_inferior) diff --git a/gdb/inf-child.h b/gdb/inf-child.h index c8fa956..4473cff 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -1,4 +1,4 @@ -/* Low level Unix child interface, for GDB when running under Unix. +/* Base/prototype target for default child (native) targets. Copyright (C) 2004-2014 Free Software Foundation, Inc. |