aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-04-15 20:55:56 +0000
committerKevin Buettner <kevinb@redhat.com>2005-04-15 20:55:56 +0000
commit571dd61707032dd543738c7d3b6de91fda3d3138 (patch)
tree47ba6d60c6a82a8955e7db4699afb3a5f016d0ec /gdb/ChangeLog
parent3869131802654869fbe827a727cfe16fb431b92a (diff)
downloadgdb-571dd61707032dd543738c7d3b6de91fda3d3138.zip
gdb-571dd61707032dd543738c7d3b6de91fda3d3138.tar.gz
gdb-571dd61707032dd543738c7d3b6de91fda3d3138.tar.bz2
* remote.c (remote_get_thread_local_address): Throw a more
meaningful exception when remote target doesn't have support for the qGetTLSAddr packet.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 98aedfc..60fd193 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2005-04-15 Kevin Buettner <kevinb@redhat.com>
+ * remote.c (remote_get_thread_local_address): Throw a more
+ meaningful exception when remote target doesn't have support
+ for the qGetTLSAddr packet.
+
+2005-04-15 Kevin Buettner <kevinb@redhat.com>
+
* remote.c (remote_protocol_qGetTLSAddr): New static global variable.
(set_remote_protocol_qGetTLSAddr_packet_cmd)
(show_remote_protocol_qGetTLSAddr_packet_cmd)