From owner-svn-doc-head@FreeBSD.ORG Thu Apr 16 14:24:12 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8E4CD83; Thu, 16 Apr 2015 14:24:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7A45829A; Thu, 16 Apr 2015 14:24:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3GEOCTY088407; Thu, 16 Apr 2015 14:24:12 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3GEOCDc088406; Thu, 16 Apr 2015 14:24:12 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201504161424.t3GEOCDc088406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 16 Apr 2015 14:24:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46568 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 14:24:12 -0000 Author: brd Date: Thu Apr 16 14:24:11 2015 New Revision: 46568 URL: https://svnweb.freebsd.org/changeset/doc/46568 Log: Add the GDB report from jhb@ Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Thu Apr 16 03:46:44 2015 (r46567) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Thu Apr 16 14:24:11 2015 (r46568) @@ -2490,4 +2490,65 @@ WITHOUT_FORTH=y + + + Updates to GDB + + + + + John + Baldwin + + jhb@FreeBSD.org + + + + + Port of kgdb to gdb 7.9 + + + +

Several improvements to GDB have been merged upstream to GDB's + master branch over the past few months including fixes for + unwinding across signal trampoline frames on x86, removing the + procfs dependency from the gcore command, and support for XSAVE + extensions (such as AVX registers) on x86. These fixes are + already available in the existing devel/gdb port as patches + relative to 7.8.

+ +

In addition, progress has been made on porting kgdb to newer + gdb. Currently only support for the amd64 backend has been + ported, but it is functional both for remote debugging and + against crash dumps. The current port generally has feature + parity with the kgdb in the base system. The plan for kgdb is + to fix it to always include all platform targets (so that it + always supports cross debugging for remote targets out of the + box). At some point it may also include cross debugging support + for crash dumps as well (this would require changes to libkvm). +

+ + + + +

Tidy the amd64 port of kgdb and finish the i386 port. This + includes fixing these platform-specific targets to work with + cross-debugging for remote targets.

+
+ +

Add a KGDB option to the devel/gdb port to include kgdb + support.

+
+ +

Port the rest of the platform-specific targets for kgdb.

+
+ +

Write a new 1:1-only thread target for FreeBSD that can be + sent upstream.

+
+ +

Add support for debugging powerpc vector registers.

+
+
+