[commit 7.4] [NEWS patch] Re: [patch 1/2] Make gdbtui a shell script

Jan Kratochvil jan.kratochvil@redhat.com
Sun Jan 1 21:52:00 GMT 2012


On Thu, 22 Dec 2011 11:12:58 +0100, Jan Kratochvil wrote:
> On Thu, 22 Dec 2011 06:21:36 +0100, Joel Brobecker wrote:
> > Works for me!

Checked into 7.4.  Kept 2011 ChangeLog for the 2012 entry as AFAIK the
ChangeLogs do not rotate in the branched repositories.

(Not yet checked in the real patch to HEAD as I hope Joel will run the
year-rotating scripts soon.)


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2012-01/msg00002.html

--- src/gdb/ChangeLog	2011/12/23 17:55:16	1.13614.2.22
+++ src/gdb/ChangeLog	2012/01/01 21:47:07	1.13614.2.23
@@ -1,3 +1,8 @@
+2012-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* NEWS (Changes in GDB 7.4): Add gdbtui deprecation note.
+	* tui/tui-main.c: Likewise.
+
 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
 
 	Introduce gdb.FinishBreakpoint in Python
--- src/gdb/NEWS	2011/12/23 17:55:20	1.472.2.2
+++ src/gdb/NEWS	2012/01/01 21:47:08	1.472.2.3
@@ -258,6 +258,11 @@
 
 Renesas RL78				rl78-*-elf
 
+* The binary "gdbtui" is deprecated.
+
+  The binary will be no longer built or installed in GDB 7.5.
+  Use "gdb -tui" instead.
+
 *** Changes in GDB 7.3.1
 
 * The build failure for NetBSD and OpenBSD targets have now been fixed.
--- src/gdb/tui/tui-main.c	2011/01/01 15:33:53	1.9
+++ src/gdb/tui/tui-main.c	2012/01/01 21:47:08	1.9.4.1
@@ -18,6 +18,11 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+/* The binary "gdbtui" is deprecated.
+
+   The binary will be no longer built or installed in GDB 7.5.
+   Use "gdb -tui" instead.  */
+
 #include "defs.h"
 #include "main.h"
 #include "gdb_string.h"



More information about the Gdb-patches mailing list