From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18657 invoked by alias); 19 May 2006 01:17:13 -0000 Received: (qmail 18648 invoked by uid 22791); 19 May 2006 01:17:12 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.224) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 01:17:10 +0000 Received: by wr-out-0506.google.com with SMTP id i11so546477wra for ; Thu, 18 May 2006 18:17:08 -0700 (PDT) Received: by 10.65.81.20 with SMTP id i20mr1071396qbl; Thu, 18 May 2006 18:17:08 -0700 (PDT) Received: by 10.65.163.9 with HTTP; Thu, 18 May 2006 18:17:08 -0700 (PDT) Message-ID: Date: Fri, 19 May 2006 01:41:00 -0000 From: teawater To: "Bob Rossi" Subject: Re: GDB remote user interface 0.0.0 release Cc: gdb@sourceware.org In-Reply-To: <20060518162503.GC21003@brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060518162503.GC21003@brasko.net> 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/msg00293.txt.bz2 I wrote an entirely new protocol. teawater 2006/5/19, Bob Rossi : > 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 GDB= RUI. > > How do you think about it? > > Do you still use the -i=3Dmi or --annotate protocol to communicate with > GDB over the port? or have you written an entirely new protocol? > > Bob Rossi >