diff options
author | Pedro Alves <palves@redhat.com> | 2010-06-01 12:47:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-06-01 12:47:33 +0000 |
commit | d149dd1dab5b2493780bf3abdcf3f80318271415 (patch) | |
tree | 440a2e06e5d82e57ed34f5fd61a8b5fafef0096b /gdb/gdbserver/ChangeLog | |
parent | 46d00b8af141a8ef29f4b9cd49ab70839b6e5ba8 (diff) | |
download | gdb-d149dd1dab5b2493780bf3abdcf3f80318271415.zip gdb-d149dd1dab5b2493780bf3abdcf3f80318271415.tar.gz gdb-d149dd1dab5b2493780bf3abdcf3f80318271415.tar.bz2 |
* server.c (handle_query) <qSupported>: Do two passes over the
qSupported string to avoid nesting strtok.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index b7d0c0c..6d77af6 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2010-06-01 Pedro Alves <pedro@codesourcery.com> + + * server.c (handle_query) <qSupported>: Do two passes over the + qSupported string to avoid nesting strtok. + 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com> * Makefile.in (SFILES): Add $(srcdir)/proc-service.list. |