]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
* gdbreplay.c (remote_error): New.
authorPedro Alves <palves@redhat.com>
Thu, 26 Aug 2010 16:24:41 +0000 (16:24 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 26 Aug 2010 16:24:41 +0000 (16:24 +0000)
commite581f2b4a7a47be66f64098c6bb8b2aaf7f34fe2
tree0e585b77febbefcbd1106982767f3a0e460c37ff
parent2ed91d1b8bf1075a9d827094f8cf3f1035b2fba4
* gdbreplay.c (remote_error): New.
(gdbchar): New.
(expect): Use gdbchar.  Check for error reading from GDB.
Clarify sync error output.
(play): Check for errors writing to GDB.
* linux-low.c (sigchld_handler): Really ignore `write' errors.
* remote-utils.c (getpkt): Check for errors writing to the remote
descriptor.
gdb/gdbserver/ChangeLog
gdb/gdbserver/gdbreplay.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/remote-utils.c