aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-09-05 20:39:48 +0000
committerPedro Alves <palves@redhat.com>2013-09-05 20:39:48 +0000
commitff42e6abac37b2f05345c58b19a6be7d66dac7e7 (patch)
treee2815c2007a509d9d25490b3e85282e478f9239e /gdb/gdbserver/ChangeLog
parent541af0f44b761c8fdcbc6f25f0939ebd114299b0 (diff)
downloadgdb-ff42e6abac37b2f05345c58b19a6be7d66dac7e7.zip
gdb-ff42e6abac37b2f05345c58b19a6be7d66dac7e7.tar.gz
gdb-ff42e6abac37b2f05345c58b19a6be7d66dac7e7.tar.bz2
[gdbserver] Split a new utils.h file out of server.h.
gdb/gdbserver/ 2013-09-05 Pedro Alves <palves@redhat.com> * server.h (perror_with_name, error, fatal, warning, paddress) (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and include it. * utils.h: New file.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 8b8985b..0c901b2 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,12 @@
2013-09-05 Pedro Alves <palves@redhat.com>
+ * server.h (perror_with_name, error, fatal, warning, paddress)
+ (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
+ include it.
+ * utils.h: New file.
+
+2013-09-05 Pedro Alves <palves@redhat.com>
+
* server.h (remote_debug, noack_mode, transport_is_reliable)
(gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
(read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)