From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: GSoC gdb-mi.el changes Date: Sat, 08 Aug 2009 23:02:16 -0400 Message-ID: <87hbwhlmfb.fsf@cyd.mit.edu> References: <877hxdj0ai.fsf@sphinx.net.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249786903 16123 80.91.229.12 (9 Aug 2009 03:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Aug 2009 03:01:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Dzhus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 09 05:01:36 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZyf9-0005xw-GN for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 05:01:35 +0200 Original-Received: from localhost ([127.0.0.1]:59757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZyf8-0003eA-WB for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2009 23:01:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZyf3-0003e5-V1 for emacs-devel@gnu.org; Sat, 08 Aug 2009 23:01:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZyey-0003ds-G7 for emacs-devel@gnu.org; Sat, 08 Aug 2009 23:01:28 -0400 Original-Received: from [199.232.76.173] (port=53619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZyey-0003dp-At for emacs-devel@gnu.org; Sat, 08 Aug 2009 23:01:24 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:58634) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZyex-0001Ff-Ut for emacs-devel@gnu.org; Sat, 08 Aug 2009 23:01:24 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2B67557E25D; Sat, 8 Aug 2009 23:02:16 -0400 (EDT) In-Reply-To: <877hxdj0ai.fsf@sphinx.net.ru> (Dmitry Dzhus's message of "Sun, 09 Aug 2009 04:31:01 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113836 Archived-At: Dmitry Dzhus writes: > Recently I've installed many changes for gdb-mi.el to Emacs trunk. They > include, but not limited to, support for non-stop multithread debugging > as provided by development version of GDB 7.0 and support for observing > several threads simultaneously, as well as fixes for bugs reported in > Emacs bugs list. This work was done during my GSoC student project > (http://emacswiki.org/emacs/GDB-MI). This GDB interface fully uses GDB > Machine Interface instead of annotations used by gdb-ui.el package > present in earlier Emacs versions. You've been very productive. Thanks very much for the work you've put in.