diff options
author | Pedro Alves <palves@redhat.com> | 2013-09-05 20:45:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-09-05 20:45:39 +0000 |
commit | 533b06003e8d358c33358560619fde1c774651ce (patch) | |
tree | e0b1c48baa3d92614181b851184d04830ff5fb13 /gdb/gdbserver/server.c | |
parent | 0ce3d3b5aad3c3687c8b2d3a5f3bc00207f701b8 (diff) | |
download | binutils-gdb-533b06003e8d358c33358560619fde1c774651ce.tar.gz |
[gdbserver] Split a new hostio.h file out of server.h.
gdb/gdbserver/
2013-09-05 Pedro Alves <palves@redhat.com>
* server.h (handle_vFile, hostio_last_error_from_errno): Move
to ...
* hostio.h: ... this new file.
* hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
win32-low.c: Include hostio.h.
Diffstat (limited to 'gdb/gdbserver/server.c')
-rw-r--r-- | gdb/gdbserver/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 6ca7fe1a3d8..f4e152526e9 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -31,6 +31,7 @@ #include "filestuff.h" #include "tracepoint.h" #include "dll.h" +#include "hostio.h" /* The thread set with an `Hc' packet. `Hc' is deprecated in favor of `vCont'. Note the multi-process extensions made `vCont' a |