aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-06-22 15:20:47 +0000
committerDaniel Jacobowitz <drow@false.org>2006-06-22 15:20:47 +0000
commit01f9e8fab8e45337f0451f7edbd03cfe0381999a (patch)
tree0c0c608e4d60bbd1e26154782561d50cc70e1014 /gdb/gdbserver/ChangeLog
parent3994f87e9911d0ae23164d55e19dcc009cb51e1b (diff)
downloadgdb-01f9e8fab8e45337f0451f7edbd03cfe0381999a.zip
gdb-01f9e8fab8e45337f0451f7edbd03cfe0381999a.tar.gz
gdb-01f9e8fab8e45337f0451f7edbd03cfe0381999a.tar.bz2
* remote-utils.c (remote_escape_output, remote_unescape_input): New.
(putpkt_binary): Renamed from putpkt and adjusted for binary data. (putpkt): New wrapper for putpkt_binary. (readchar): Don't mask off the high bit. (decode_X_packet): New function. * server.c (main): Call putpkt_binary if a handler sets the packet length. Save the length of the incoming packet. Handle 'X'. * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 1cf91b5..5758995 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,15 @@
+2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * remote-utils.c (remote_escape_output, remote_unescape_input): New.
+ (putpkt_binary): Renamed from putpkt and adjusted for binary
+ data.
+ (putpkt): New wrapper for putpkt_binary.
+ (readchar): Don't mask off the high bit.
+ (decode_X_packet): New function.
+ * server.c (main): Call putpkt_binary if a handler sets the packet
+ length. Save the length of the incoming packet. Handle 'X'.
+ * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
+
2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
* server.c (handle_query): Handle qSupported.