From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8966 invoked by alias); 22 Nov 2005 19:30:24 -0000 Received: (qmail 8959 invoked by uid 22791); 22 Nov 2005 19:30:23 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.195) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 19:30:20 +0000 Received: by zproxy.gmail.com with SMTP id l1so1139511nzf for ; Tue, 22 Nov 2005 11:30:19 -0800 (PST) Received: by 10.37.2.71 with SMTP id e71mr4236459nzi; Tue, 22 Nov 2005 11:30:19 -0800 (PST) Received: by 10.37.2.35 with HTTP; Tue, 22 Nov 2005 11:30:19 -0800 (PST) Message-ID: <8f2776cb0511221130p925541fkb40e63301f6a2f21@mail.gmail.com> Date: Tue, 22 Nov 2005 19:30:00 -0000 From: Jim Blandy To: Inder , gdb@sources.redhat.com Subject: Re: shared serial port in GDB In-Reply-To: <20051122142215.GA16039@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051122142215.GA16039@nevyn.them.org> 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: 2005-11/txt/msg00495.txt.bz2 Or, depending on the sorts of commands you need to send, GDB's 'monitor' command might be helpful. It sends an 'qRcmd' packet to the stub, and the stub can do with it whatever it likes.