diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-09-07 07:24:33 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-09-07 07:24:33 -0700 |
commit | 63c99141deff52f22aa36b9d6cb02e7331aedd1c (patch) | |
tree | 94cf0af0419f92feb1dc67bb74cb9262bc10241f | |
parent | 6999821f8b1e898f02d0c1196c4c83337c3b565e (diff) | |
download | gdb-63c99141deff52f22aa36b9d6cb02e7331aedd1c.zip gdb-63c99141deff52f22aa36b9d6cb02e7331aedd1c.tar.gz gdb-63c99141deff52f22aa36b9d6cb02e7331aedd1c.tar.bz2 |
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 aefd8b33d97bded58e51d75271f99e1eaec9fb28
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.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 322ccbe..c29c301 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. @@ -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. |