From 756456c50c6bc2046ff6c37fcca4955086326946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Thu, 30 Jun 2016 15:34:06 +0000 Subject: [PATCH 2/3] Add "signal-event" command to the NEWS file --- gdb/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 3823f20..da04ae6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -80,6 +80,12 @@ new-ui INTERP TTY Start a new user interface instance running INTERP as interpreter, using the TTY file for input/output. +signal-event EVENTID + Signal ("set") the given Windows event object. This is used together + with Windows JIT debugging (AeDebug), where the OS suspends + a crashing process until a debugger can attach to it. Resuming + the process is done by siganlling an event. + * Support for tracepoints and fast tracepoints on s390-linux and s390x-linux was added in GDBserver, including JIT compiling fast tracepoint's conditional expression bytecode into native code. -- 2.4.0