+2006-11-17 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * NEWS: Mention QPassSignals.
+
2006-11-16 Maxim Grigoriev <maxim2405@gmail.com>
* MAINTAINERS (Responsible Maintainers): Add myself for Xtensa.
* Support for GNU/Linux Thread Local Storage (TLS, per-thread variables) no
longer requires symbolic debug information (e.g. DWARF-2).
+* The GDB remote stub, gdbserver, now has lower overhead for high
+frequency signals (e.g. SIGALRM) via the QPassSignals packet.
+
* New commands
set substitute-path
Fetch an OS auxilliary vector from the remote stub. This packet is a
more efficient replacement for qPart:auxv:read.
+QPassSignals:
+ Ignore the specified signals; pass them directly to the debugged program
+ without stopping other threads or reporting them to GDB.
+
* Removed remote packets
qPart:auxv:read: