diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-08-28 17:40:58 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-08-28 17:40:58 +0000 |
commit | 602e3198bc03297b7d9cb34ed3838272254eba1f (patch) | |
tree | 01af773a194c74db87c4f7c19380b8e5bd53097f /gdb/gdbserver/ChangeLog | |
parent | 7893c1628865061e2a2fb1ba84103ca18a44f0fa (diff) | |
download | gdb-602e3198bc03297b7d9cb34ed3838272254eba1f.zip gdb-602e3198bc03297b7d9cb34ed3838272254eba1f.tar.gz gdb-602e3198bc03297b7d9cb34ed3838272254eba1f.tar.bz2 |
PR server/15604
gdb/gdbserver/
2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
PR server/15604
* linux-low.c: Include filestuff.h.
(linux_create_inferior) <pid == 0>: Call close_most_fds.
* lynx-low.c: Include filestuff.h.
(lynx_create_inferior) <pid == 0>: Call close_most_fds.
* server.c: Include filestuff.h.
(main): Call notice_open_fds.
* spu-low.c: Include filestuff.h.
(spu_create_inferior) <pid == 0>: Call close_most_fds.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index fe3660c..913fe42 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,15 @@ +2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR server/15604 + * linux-low.c: Include filestuff.h. + (linux_create_inferior) <pid == 0>: Call close_most_fds. + * lynx-low.c: Include filestuff.h. + (lynx_create_inferior) <pid == 0>: Call close_most_fds. + * server.c: Include filestuff.h. + (main): Call notice_open_fds. + * spu-low.c: Include filestuff.h. + (spu_create_inferior) <pid == 0>: Call close_most_fds. + 2013-08-22 Luis Machado <lgustavo@codesourcery.com> * Makefile.in: Explain why ../target and ../nat are not |