From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4979 invoked by alias); 21 Sep 2005 13:35:47 -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 4109 invoked by uid 22791); 21 Sep 2005 13:35:30 -0000 Received: from sadr.equallogic.com (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 13:35:30 +0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id j8LDZSil027562 for ; Wed, 21 Sep 2005 09:35:28 -0400 Received: from M31.equallogic.com (M31.equallogic.com [172.16.1.31]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id j8LDZSje027557; Wed, 21 Sep 2005 09:35:28 -0400 Received: from pkoning.equallogic.com ([172.16.1.181]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 21 Sep 2005 09:35:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17201.24991.338637.7754@gargle.gargle.HOWL> Date: Wed, 21 Sep 2005 13:35:00 -0000 From: Paul Koning To: yuri@enmediainc.com Cc: gdb@sourceware.org Subject: Re: Multiplexing gdb remote protocol and application output References: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> X-SW-Source: 2005-09/txt/msg00156.txt.bz2 >>>>> "yuri" == yuri writes: yuri> Hello, Older gdb versions supported 'target cisco'. Function yuri> readsocket() allowed to distinct between application output and yuri> remote communication protocol packets, using escape sequence. yuri> Now 'target cisco' support removed from gdb distribution. Is yuri> there any standard way in gdb to multiplex remote protocol and yuri> application input/output? Output, yes; there's an encoding for output characters mentioned in the remote protocol spec. Input, I don't think so. paul