From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8247 invoked by alias); 18 May 2006 16:27:57 -0000 Received: (qmail 8235 invoked by uid 22791); 18 May 2006 16:27:56 -0000 X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 18 May 2006 16:27:53 +0000 Received: (qmail 4776 invoked from network); 18 May 2006 16:26:27 -0000 Received: from eastrmmtao02.cox.net (68.230.240.37) by yosemite.airs.com with SMTP; 18 May 2006 16:26:27 -0000 Received: from localhost.localdomain ([68.9.66.48]) by eastrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060518162459.GJGG15470.eastrmmtao02.cox.net@localhost.localdomain>; Thu, 18 May 2006 12:24:59 -0400 Received: from bob by localhost.localdomain with local (Exim 4.52) id 1FglJ9-0002SP-FC; Thu, 18 May 2006 12:25:03 -0400 Date: Thu, 18 May 2006 16:54:00 -0000 From: Bob Rossi To: teawater Cc: gdb@sourceware.org Subject: Re: GDB remote user interface 0.0.0 release Message-ID: <20060518162503.GC21003@brasko.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00278.txt.bz2 On Thu, May 18, 2006 at 11:59:31PM +0800, teawater wrote: > Hi all, > > I add a new interpreter that called GDB remote user interface(GDBRUI) > to the GDB. > After add this interpreter, GDB can be controlled by the other > programe(such as an IDE) via TCP. > Now, I have already added this interpreter to the GDB-6.3 and GDB-6.4. > And I have wrotten a little command line test program called ruictl > that can control GDB via TCP. > You can get these codes from http://sourceforge.net/projects/gdbrui/ > To use GDBRUI, you can execute "gdb --rui port" to make a port listen > the connection and execute "ruictl addr port" to connect with GDB. > After that, you can control GDB with ruictl like in GDB command line. > Now, I'm writting the DOC and a VIM plug-in to make VIM can support GDBRUI. > How do you think about it? Do you still use the -i=mi or --annotate protocol to communicate with GDB over the port? or have you written an entirely new protocol? Bob Rossi