diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3cb34274ce..dadb7a0ca0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-09-14 Pedro Alves + + * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate + mention of maint set/show target-non-stop. + 2015-09-11 Don Breazeal * NEWS: Announce new remote packets for the exec-events diff --git a/gdb/NEWS b/gdb/NEWS index bb1c8d9574..f563b8c08b 100644 --- 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.