From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32037 invoked by alias); 10 Jan 2011 15:51:45 -0000 Received: (qmail 32026 invoked by uid 22791); 10 Jan 2011 15:51:44 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Jan 2011 15:51:39 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id p0AFpa0w015707 for ; Mon, 10 Jan 2011 07:51:36 -0800 Received: from qyk27 (qyk27.prod.google.com [10.241.83.155]) by wpaz24.hot.corp.google.com with ESMTP id p0AFpYXQ028542 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 10 Jan 2011 07:51:35 -0800 Received: by qyk27 with SMTP id 27so23075350qyk.15 for ; Mon, 10 Jan 2011 07:51:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.63.195 with SMTP id c3mr26882010qai.364.1294674694787; Mon, 10 Jan 2011 07:51:34 -0800 (PST) Received: by 10.220.118.80 with HTTP; Mon, 10 Jan 2011 07:51:34 -0800 (PST) In-Reply-To: References: <4D272FF6.3070402@codesourcery.com> Date: Mon, 10 Jan 2011 15:51:00 -0000 Message-ID: Subject: Re: duplicated code in gdb and gdbserver From: Doug Evans To: "Frank Ch. Eigler" Cc: Yao Qi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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/msg00189.txt.bz2 On Mon, Jan 10, 2011 at 5:39 AM, Frank Ch. Eigler wrote: > [...]=A0A library API for the remote protocol [...]. Yeah, like Joel, it isn't clear what is meant here. Can you elaborate?