From e554a4b26257a1d073544c925c4e7a9a3488a2fc Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 17 Nov 2006 17:48:41 +0000 Subject: [PATCH] * NEWS: Mention QPassSignals. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index de804991a27..6712d8c891b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Daniel Jacobowitz + + * NEWS: Mention QPassSignals. + 2006-11-16 Maxim Grigoriev * MAINTAINERS (Responsible Maintainers): Add myself for Xtensa. diff --git a/gdb/NEWS b/gdb/NEWS index a8d16117c1c..0dd3790f91b 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -21,6 +21,9 @@ broken in GDB 6.3, 6.4, and 6.5. * 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 @@ -59,6 +62,10 @@ qXfer:auxv:read: 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: -- 2.30.2