From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5669 invoked by alias); 21 Sep 2005 02:55:43 -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 5642 invoked by uid 22791); 21 Sep 2005 02:55:34 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 02:55:34 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EHulg-0001Yj-1l; Tue, 20 Sep 2005 22:55:32 -0400 Date: Wed, 21 Sep 2005 02:55:00 -0000 From: Daniel Jacobowitz To: yuri@enmediainc.com Cc: gdb@sourceware.org Subject: Re: Multiplexing gdb remote protocol and application output Message-ID: <20050921025532.GA5927@nevyn.them.org> Mail-Followup-To: yuri@enmediainc.com, gdb@sourceware.org References: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00151.txt.bz2 On Tue, Sep 20, 2005 at 05:58:29PM -0700, 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? Not really, but there's at least one tool that can do this, called kdmx (specific to Linux but I believe it ought to be fairly portable). I'm afraid that's all I know about the subject though. -- Daniel Jacobowitz CodeSourcery, LLC