diff options
author | Pedro Alves <palves@redhat.com> | 2015-09-14 14:43:53 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-09-14 14:43:53 +0100 |
commit | b027a8fa7dc4854e72ddada0b495b52166be2974 (patch) | |
tree | d7ab66421dfb1277e39e4b716170a5d24f000e4f /gdb | |
parent | 157280a4d6b8c49703c698bda5546d7b2cc21e35 (diff) | |
download | gdb-b027a8fa7dc4854e72ddada0b495b52166be2974.zip gdb-b027a8fa7dc4854e72ddada0b495b52166be2974.tar.gz gdb-b027a8fa7dc4854e72ddada0b495b52166be2974.tar.bz2 |
Remove duplicate gdb/NEWS entry
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3cb3427..dadb7a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 @@ -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. |