This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [RFC, docs RFA] gdbserver and gdb.threads/attach-into-signal.exp.


Hi Eli,

On 03/06/2012 07:03 PM, Eli Zaretskii wrote:

> The documentation is fine.  I think this warrants a NEWS entry (all
> new packets do).


Thanks.  How's this?

2012-03-07  Pedro Alves  <palves@redhat.com>

	* NEWS: Add subtitle for new z0/z1 conditional breakpoint
	extensions.  Mention QProgramSignals.

---

 gdb/NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 3051c74..1475f96 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -90,11 +90,18 @@ show breakpoint condition-evaluation

 * New remote packets

+z0/z1 conditional breakpoints extension
+
   The z0/z1 breakpoint insertion packets have been extended to carry
   a list of conditional expressions over to the remote stub depending on the
   condition evaluation mode.  The use of this extension can be controlled
   via the "set remote conditional-breakpoints-packet" command.

+QProgramSignals:
+
+  Signals the remote stub may pass to the debugged program, without
+  GDB involvement.
+
 *** Changes in GDB 7.4

 * GDB now handles ambiguous linespecs more consistently; the existing


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]