From owner-svn-src-all@freebsd.org Sun Jul 9 04:13:35 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BFC4DAAB24; Sun, 9 Jul 2017 04:13:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 310B5770D4; Sun, 9 Jul 2017 04:13:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v694DYUa079397; Sun, 9 Jul 2017 04:13:34 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v694DYZt079395; Sun, 9 Jul 2017 04:13:34 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201707090413.v694DYZt079395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Sun, 9 Jul 2017 04:13:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r320824 - in stable: 10/gnu/usr.bin/gdb/gdb 10/gnu/usr.bin/gdb/kgdb 11/gnu/usr.bin/gdb/gdb 11/gnu/usr.bin/gdb/kgdb X-SVN-Group: stable-10 X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: in stable: 10/gnu/usr.bin/gdb/gdb 10/gnu/usr.bin/gdb/kgdb 11/gnu/usr.bin/gdb/gdb 11/gnu/usr.bin/gdb/kgdb X-SVN-Commit-Revision: 320824 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 04:13:35 -0000 Author: jhb Date: Sun Jul 9 04:13:33 2017 New Revision: 320824 URL: https://svnweb.freebsd.org/changeset/base/320824 Log: MFC 320675: Add deprecation notices for gdb and kgdb. Even though gdb and kgdb may not be removed for 12.0 on some architectures, the notice is unconditional as these tools will likely be removed at some point in the future when adequate replacements are available (gdb in ports or lldb in base). Modified: stable/10/gnu/usr.bin/gdb/gdb/gdb.1 stable/10/gnu/usr.bin/gdb/kgdb/kgdb.1 Directory Properties: stable/10/ (props changed) Changes in other areas also in this revision: Modified: stable/11/gnu/usr.bin/gdb/gdb/gdb.1 stable/11/gnu/usr.bin/gdb/kgdb/kgdb.1 Directory Properties: stable/11/ (props changed) Modified: stable/10/gnu/usr.bin/gdb/gdb/gdb.1 ============================================================================== --- stable/10/gnu/usr.bin/gdb/gdb/gdb.1 Sun Jul 9 03:57:24 2017 (r320823) +++ stable/10/gnu/usr.bin/gdb/gdb/gdb.1 Sun Jul 9 04:13:33 2017 (r320824) @@ -44,6 +44,11 @@ gdb \- The GNU Debugger .IR core \||\| procID\c \&\|]\&\|] .ad b +.SH DEPRECATION NOTICE +This version of gdb is deprecated and will be removed from future versions +of the FreeBSD base system. +A newer version of gdb is available from ports or packages +(devel/gdb). .SH DESCRIPTION The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes\(em\&or what another Modified: stable/10/gnu/usr.bin/gdb/kgdb/kgdb.1 ============================================================================== --- stable/10/gnu/usr.bin/gdb/kgdb/kgdb.1 Sun Jul 9 03:57:24 2017 (r320823) +++ stable/10/gnu/usr.bin/gdb/kgdb/kgdb.1 Sun Jul 9 04:13:33 2017 (r320824) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 11, 2006 +.Dd July 5, 2017 .Dt KGDB 1 .Os .Sh NAME @@ -40,6 +40,16 @@ .Op Fl d Ar crashdir .Op Fl c Ar core | Fl n Ar dumpnr | Fl r Ar device .Op Ar kernel Op Ar core +.Sh DEPRECATION NOTICE +This version of +.Nm +is deprecated and will be removed from future versions of the +.Fx +base system. +A newer version of +.Nm +is available from ports or packages +(devel/gdb). .Sh DESCRIPTION The .Nm