From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6740 invoked by alias); 14 Jan 2010 02:03:05 -0000 Received: (qmail 6683 invoked by uid 22791); 14 Jan 2010 02:03:04 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f211.google.com (HELO mail-ew0-f211.google.com) (209.85.219.211) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jan 2010 02:03:00 +0000 Received: by ewy3 with SMTP id 3so350725ewy.13 for ; Wed, 13 Jan 2010 18:02:57 -0800 (PST) Received: by 10.213.100.167 with SMTP id y39mr92500ebn.70.1263434577492; Wed, 13 Jan 2010 18:02:57 -0800 (PST) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 7sm303438eyg.1.2010.01.13.18.02.54 (version=SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 18:02:55 -0800 (PST) Message-ID: <4B4E5BB4.70508@gmail.com> Date: Thu, 14 Jan 2010 02:03:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Michael Snyder CC: Giovanni Spreafico , "gdb@sourceware.org" Subject: Re: GDB Serial Protocol Support References: <4B4E15BA.8000506@vmware.com> In-Reply-To: <4B4E15BA.8000506@vmware.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00132.txt.bz2 Michael Snyder wrote: > Giovanni Spreafico wrote: >> Hi >> >> in order to write an applet we would like to receive informations >> about gdb serial protocol, > http://sourceware.org/gdb/current/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol Also, a little out-of-date, but still an invaluable reference for writing a client: http://sourceforge.net/projects/gdbstubs/ cheers, DaveK