Add DAP items to NEWS

Message ID 20231211145339.1061874-1-tromey@adacore.com
State New
Headers
Series Add DAP items to NEWS |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Tom Tromey Dec. 11, 2023, 2:53 p.m. UTC
  Now that DAP is in GDB 14, significant changes to it should be noted
in NEWS.  This patch adds a note for a fix that's already gone in.  I
started a new section in NEWS because more changes are coming.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30473
---
 gdb/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Eli Zaretskii Dec. 11, 2023, 3:43 p.m. UTC | #1
> From: Tom Tromey <tromey@adacore.com>
> Cc: Tom Tromey <tromey@adacore.com>
> Date: Mon, 11 Dec 2023 07:53:39 -0700
> 
> Now that DAP is in GDB 14, significant changes to it should be noted
> in NEWS.  This patch adds a note for a fix that's already gone in.  I
> started a new section in NEWS because more changes are coming.
> 
> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30473
> ---
>  gdb/NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index c8166f08218..aaf8faad792 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -75,6 +75,10 @@ show remote thread-options-packet
>       sub-classed to create handlers for objfiles with missing debug
>       information.
>  
> +* Debugger Adapter Protocol changes
> +
> +  ** GDB now emits the "process" event.
> +
>  * New remote packets
>  
>  New stop reason: clone

This is OK, thanks.

Approved-By: Eli Zaretskii <eliz@gnu.org>
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index c8166f08218..aaf8faad792 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -75,6 +75,10 @@  show remote thread-options-packet
      sub-classed to create handlers for objfiles with missing debug
      information.
 
+* Debugger Adapter Protocol changes
+
+  ** GDB now emits the "process" event.
+
 * New remote packets
 
 New stop reason: clone