remove QStartupWithShell entry from NEWS::Changes in GDB 7.11

This entry was added twice within the same commit, back in Dec 2017
by the following change:

    commit aefd8b33d9
    Date:   Thu Dec 22 22:14:02 2016 -0500
    Subject: Implement proper "startup-with-shell" support on gdbserver

I think the second entry is just a rebase/merge oversight, and it wasn't
meant to be added there, particularly since the 7.11 branch was no longer
active at that time anymore.

This patch just removes the entry.

gdb/ChangeLog:

	* NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
This commit is contained in:
Joel Brobecker 2017-09-07 07:24:33 -07:00
parent 6999821f8b
commit 63c99141de
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2017-09-07 Joel Brobecker <brobecker@adacore.com>
* NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
2017-09-05 Tom Tromey <tom@tromey.com>
* parse.c (funcall_chain): Now a std::vector.

View File

@ -506,9 +506,6 @@ show max-value-size
* New remote packets
QStartupWithShell
Indicates whether the inferior must be started with a shell or not.
exec stop reason
Indicates that an exec system call was executed.