From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3112 invoked by alias); 18 May 2006 16:19:52 -0000 Received: (qmail 3094 invoked by uid 22791); 18 May 2006 16:19:51 -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:19:49 +0000 Received: (qmail 32447 invoked from network); 18 May 2006 16:10:31 -0000 Received: from nz-out-0102.google.com (64.233.162.202) by yosemite.airs.com with SMTP; 18 May 2006 16:10:31 -0000 Received: by nz-out-0102.google.com with SMTP id s1so97701nze for ; Thu, 18 May 2006 09:09:31 -0700 (PDT) Received: by 10.64.181.9 with SMTP id d9mr531784qbf; Thu, 18 May 2006 08:59:31 -0700 (PDT) Received: by 10.65.163.9 with HTTP; Thu, 18 May 2006 08:59:30 -0700 (PDT) Message-ID: Date: Thu, 18 May 2006 16:37:00 -0000 From: teawater To: gdb@sourceware.org Subject: GDB remote user interface 0.0.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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/msg00277.txt.bz2 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? Thanks, teawater