From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1111 invoked by alias); 10 Jan 2011 15:54:33 -0000 Received: (qmail 1103 invoked by uid 22791); 10 Jan 2011 15:54:33 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Jan 2011 15:54:26 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0AFsE6I023042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Jan 2011 10:54:14 -0500 Received: from fche.csb (vpn-8-67.rdu.redhat.com [10.11.8.67]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0AFsDAf004171; Mon, 10 Jan 2011 10:54:14 -0500 Received: by fche.csb (Postfix, from userid 2569) id 29CCD58153; Mon, 10 Jan 2011 10:54:13 -0500 (EST) Date: Mon, 10 Jan 2011 15:54:00 -0000 From: "Frank Ch. Eigler" To: Doug Evans Cc: Yao Qi , "gdb-patches@sourceware.org" Subject: Re: duplicated code in gdb and gdbserver Message-ID: <20110110155413.GE17302@redhat.com> References: <4D272FF6.3070402@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00190.txt.bz2 dje wrote: > > [...]�A library API for the remote protocol [...]. > > Yeah, like Joel, it isn't clear what is meant here. > Can you elaborate? Just that non-gdb tools needing to perform remote process control could speak to gdbserver too, mediated if necessary by a new library slightly abstracting the TCP/IP stuff. - FChE