From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5692 invoked by alias); 21 Sep 2005 00:58:41 -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 5645 invoked by uid 22791); 21 Sep 2005 00:58:31 -0000 Received: from 63-207-7-10.ded.pacbell.net (HELO cassini.c2micro.com) (63.207.7.10) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 00:58:31 +0000 Received: from access.c2micro.com (cassini [127.0.0.1]) by cassini.c2micro.com (Postfix) with ESMTP id C3852B8001 for ; Tue, 20 Sep 2005 17:58:29 -0700 (PDT) Received: from 66.129.224.36 (SquirrelMail authenticated user yuri); by access.c2micro.com with HTTP; Tue, 20 Sep 2005 17:58:29 -0700 (PDT) Message-ID: <16928.66.129.224.36.1127264309.squirrel@66.129.224.36> Date: Wed, 21 Sep 2005 00:58:00 -0000 Subject: Multiplexing gdb remote protocol and application output From: yuri@enmediainc.com To: gdb@sourceware.org User-Agent: SquirrelMail/1.4.3a-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-09/txt/msg00149.txt.bz2 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