From owner-cvs-all@FreeBSD.ORG Sat Sep 10 21:24:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F7716A41F; Sat, 10 Sep 2005 21:24:35 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB8D43D46; Sat, 10 Sep 2005 21:24:30 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j8ALOSbH052208; Sat, 10 Sep 2005 15:24:28 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <43234F0C.5040201@samsco.org> Date: Sat, 10 Sep 2005 15:24:28 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200509102101.j8AL1b6B074363@repoman.freebsd.org> In-Reply-To: <200509102101.j8AL1b6B074363@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_amd64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:24:35 -0000 Marcel Moolenaar wrote: > marcel 2005-09-10 21:01:37 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/gdb/kgdb trgt_amd64.c > Log: > Unwind across trap frames. This adds most of the meat. The sniffer > just needs to be taught about all the other entry points and the > unwinder needs to be taught about the frame variation between them. > > MFC after: 1 week > > Revision Changes Path > 1.4 +95 -10 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c Excellent work, thanks! Scott