gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handling
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index c5152491377372e64efdf44c494c1d62a6661127..0d2963a6bf0569c6a824edd5e85c1816bfe1a24d 100644 (file)
@@ -1,3 +1,18 @@
+2015-11-19  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (linux_process_qsupported): Change prototype.
+       Adjust.
+       * linux-low.h (struct linux_target_ops) <process_qsupported>:
+       Change prototype.
+       * linux-x86-low.c (x86_linux_process_qsupported): Change prototype
+       and adjust to loop over all features.
+       * server.c (handle_query) <qSupported>: Adjust to call
+       target_process_qsupported once, passing it a vector of unprocessed
+       features.
+       * target.h (struct target_ops) <process_qsupported>: Change
+       prototype.
+       (target_process_qsupported): Adjust.
+
 2015-11-19  Pedro Alves  <palves@redhat.com>
 
        * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
This page took 0.029459 seconds and 4 git commands to generate.