From owner-svn-doc-all@freebsd.org Fri Jul 1 17:52:30 2016 Return-Path: Delivered-To: svn-doc-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 65698B8EE3E; Fri, 1 Jul 2016 17:52:30 +0000 (UTC) (envelope-from dru@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 1DC412AF1; Fri, 1 Jul 2016 17:52:30 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u61HqTlM095666; Fri, 1 Jul 2016 17:52:29 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u61HqTh4095665; Fri, 1 Jul 2016 17:52:29 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201607011752.u61HqTh4095665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Fri, 1 Jul 2016 17:52:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49025 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 17:52:30 -0000 Author: dru Date: Fri Jul 1 17:52:29 2016 New Revision: 49025 URL: https://svnweb.freebsd.org/changeset/doc/49025 Log: Add GDB status report submitted by jhb@FreeBSD.org. While here, add a line between authors. Reviewed by: wblock@ixsystems.com Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Fri Jul 1 14:29:08 2016 (r49024) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Fri Jul 1 17:52:29 2016 (r49025) @@ -256,6 +256,7 @@ kib@FreeBSD.org + Ed @@ -451,4 +452,53 @@ FreeBSD. + + + Updates to GDB + + + + + John + Baldwin + + jhb@FreeBSD.org + + + + + Luca + Pizzamiglio + + luca.pizzamiglio@gmail.com + + + + +

The port has been updated to GDB 7.11.1.

+ +

Support for system call catchpoints has been committed + upstream. Support for examining ELF auxiliary vector data via + info auxv has been committed upstream. Both features + will be included in GDB 7.12.

+ + + + Figure out why the powerpc kgdb targets are not + able to unwind the stack past the initial frame. + + Add support for more platforms, such as arm, + mips, and aarch64, to upstream gdb for both + userland and kgdb. + + Add support for debugging powerpc vector + registers. + + Add support for $_siginfo. + + Implement info proc commands. + + Implement info os commands. + +