From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16963 invoked by alias); 15 Jul 2006 13:50:59 -0000 Received: (qmail 16954 invoked by uid 22791); 15 Jul 2006 13:50:59 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.173) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Jul 2006 13:50:56 +0000 Received: by ug-out-1314.google.com with SMTP id u2so217525uge for ; Sat, 15 Jul 2006 06:50:54 -0700 (PDT) Received: by 10.67.24.13 with SMTP id b13mr700209ugj; Sat, 15 Jul 2006 06:50:54 -0700 (PDT) Received: by 10.66.243.11 with HTTP; Sat, 15 Jul 2006 06:50:54 -0700 (PDT) Message-ID: Date: Sat, 15 Jul 2006 14:57:00 -0000 From: teawater To: gdb@sourceware.org Subject: How about remote MI? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-07/txt/msg00097.txt.bz2 Hi all, In May, I release GDBRUI(http://sourceforge.net/projects/gdbrui/) that is an interpreter to make GDB can be controlled by the other programe through TCP. But some people ask me why not extend MI to support TCP. Now, I think this idea is cool. Does GDB MI support TCP? Maybe I can extend MI to support TCP. How do you think about it? BTW, I am trying to make vim2gdb (An vim plug-in to make vim can debug code through GDB. It use GDBRUI in before.) support MI. But the MI output format is not very easy to parse. Could some people recommend a programe or example that parse the MI output for me? If not, I think I will use lex to parse it. Thanks, teawater