Remove duplicate gdb/NEWS entry
authorPedro Alves <palves@redhat.com>
Mon, 14 Sep 2015 13:43:53 +0000 (14:43 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 14 Sep 2015 13:43:53 +0000 (14:43 +0100)
Commit fbea99ea8a06 added this to both the "Changes in GDB 7.10" and
"Changes since GDB 7.10" sections by mistake.

gdb/ChangeLog:
2015-09-14  Pedro Alves  <palves@redhat.com>

* NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
mention of maint set/show target-non-stop.

gdb/ChangeLog
gdb/NEWS

index 3cb34274ce4bd77aface412f7d261af79ab3bcae..dadb7a0ca0bb841e149b247848ab09df559a62a7 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-14  Pedro Alves  <palves@redhat.com>
+
+       * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
+       mention of maint set/show target-non-stop.
+
 2015-09-11  Don Breazeal  <donb@codesourcery.com>
 
        * NEWS: Announce new remote packets for the exec-events
index bb1c8d957423b701091152af90df9203b0fd3b75..f563b8c08b4fa56ddab3a71b6407fb42fa087d24 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -172,12 +172,6 @@ maint print symbol-cache-statistics
 maint flush-symbol-cache
   Flush the contents of the symbol cache.
 
-maint set target-non-stop (on|off|auto)
-maint show target-non-stop
-  Control whether GDB targets always operate in non-stop mode even if
-  "set non-stop" is "off".  The default is "auto", meaning non-stop
-  mode is enabled if supported by the target.
-
 record btrace bts
 record bts
   Start branch trace recording using Branch Trace Store (BTS) format.
This page took 0.031267 seconds and 4 git commands to generate.