From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13422 invoked by alias); 21 Sep 2005 17:01:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12833 invoked by uid 22791); 21 Sep 2005 17:00:50 -0000 Received: from e36.co.us.ibm.com (HELO e36.co.us.ibm.com) (32.97.110.154) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 17:00:50 +0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e36.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id j8LGxj78000971 for ; Wed, 21 Sep 2005 12:59:45 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8LH0kaP446158 for ; Wed, 21 Sep 2005 11:00:46 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j8LH0kcj013488 for ; Wed, 21 Sep 2005 11:00:46 -0600 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j8LH0jZx013460 for ; Wed, 21 Sep 2005 11:00:46 -0600 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb@sources.redhat.com Subject: Re: Multiplexing gdb remote protocol and application output Date: Wed, 21 Sep 2005 17:01:00 -0000 User-Agent: KMail/1.6.2 References: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> In-Reply-To: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200509211000.46577.pgilliam@us.ibm.com> X-SW-Source: 2005-09/txt/msg00159.txt.bz2 On Tuesday 20 September 2005 17:58, yuri@enmediainc.com wrote: > Hello, > > Older gdb versions supported 'target cisco'. Function readsocket() allowed > to distinct between application output and remote communication protocol > packets, using escape sequence. > > Now 'target cisco' support removed from gdb distribution. Is there any > standard way in gdb to multiplex remote protocol and application > input/output? > > Thanks, > Yuri > > > Sounds a little like 'annotations' to me. -=# Paul #=-