]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move multi-target NEWS entry to GDB 10 features
authorPedro Alves <pedro@palves.net>
Wed, 12 Aug 2020 18:46:13 +0000 (19:46 +0100)
committerPedro Alves <pedro@palves.net>
Wed, 12 Aug 2020 18:46:13 +0000 (19:46 +0100)
Simon noticed that I managed to put this in the "Changes in GDB 9"
section by mistake instead of in the "Changes since GDB 9" section
where it belongs.

gdb/ChangeLog:

* NEWS: Move "Multi-target debugging support" item to the
"Changes since GDB 9" section.

gdb/ChangeLog
gdb/NEWS

index 1e2aa8d697b8a1879f221ca31cb71648f93e3675..4abc47dab42975db92a0a8dbf44342a2c26200db 100644 (file)
@@ -1,3 +1,8 @@
+2020-08-12  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Move "Multi-target debugging support" item to the
+       "Changes since GDB 9" section.
+
 2020-08-12  Pedro Alves  <palves@redhat.com>
 
        PR gdb/26336
index 0e2406fefc306f414032dd29e3761fd89d967f0b..3f57eb93d1d40f19eaeb7885144158d9e184b2ac 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
   You can get the latest version from https://sourceware.org/elfutils.
 
+* Multi-target debugging support
+
+  GDB now supports debugging multiple target connections
+  simultaneously.  For example, you can now have each inferior
+  connected to different remote servers running in different machines,
+  or have one inferior debugging a local native process, an inferior
+  debugging a core dump, etc.
+
+  This support is experimental and comes with some limitations -- you
+  can only resume multiple targets simultaneously if all targets
+  support non-stop mode, and all remote stubs or servers must support
+  the same set of remote protocol features exactly.  See also "info
+  connections" and "add-inferior -no-connection" below, and "maint set
+  target-non-stop" in the user manual.
+
 * New features in the GDB remote stub, GDBserver
 
   ** GDBserver is now supported on RISC-V GNU/Linux.
@@ -212,21 +227,6 @@ BPF                                bpf-unknown-none
   This feature is still in testing, so it is disabled by default.  You
   can turn it on using 'maint set worker-threads unlimited'.
 
-* Multi-target debugging support
-
-  GDB now supports debugging multiple target connections
-  simultaneously.  For example, you can now have each inferior
-  connected to different remote servers running in different machines,
-  or have one inferior debugging a local native process, an inferior
-  debugging a core dump, etc.
-
-  This support is experimental and comes with some limitations -- you
-  can only resume multiple targets simultaneously if all targets
-  support non-stop mode, and all remote stubs or servers must support
-  the same set of remote protocol features exactly.  See also "info
-  connections" and "add-inferior -no-connection" below, and "maint set
-  target-non-stop" in the user manual.
-
 * Python API
 
   ** The gdb.Value type has a new method 'format_string' which returns a