From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12752 invoked by alias); 9 Sep 2013 10:21:52 -0000 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 Received: (qmail 12739 invoked by uid 89); 9 Sep 2013 10:21:51 -0000 Received: from mail-la0-f49.google.com (HELO mail-la0-f49.google.com) (209.85.215.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 09 Sep 2013 10:21:51 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GARBLED_BODY,KHOP_THREADED,NO_RELAYS autolearn=no version=3.3.2 X-HELO: mail-la0-f49.google.com Received: by mail-la0-f49.google.com with SMTP id ev20so4684018lab.36 for ; Mon, 09 Sep 2013 03:21:47 -0700 (PDT) X-Received: by 10.112.205.6 with SMTP id lc6mr56305lbc.49.1378722107416; Mon, 09 Sep 2013 03:21:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.130.194 with HTTP; Mon, 9 Sep 2013 03:21:32 -0700 (PDT) In-Reply-To: <5228DBA7.9050408@redhat.com> References: <87txi2i6t6.fsf@kepler.schwinge.homeip.net> <5225C3C6.8090101@redhat.com> <5228DBA7.9050408@redhat.com> From: Yue Lu Date: Mon, 09 Sep 2013 10:21:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Port gdbserver to GNU/Hurd To: Pedro Alves Cc: Thomas Schwinge , gdb-patches , Luis Machado , bug-hurd@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00278.txt.bz2 Hi, On Fri, Sep 6, 2013 at 3:29 AM, Pedro Alves wrote: > I'm actually very excited to see gdb and gdbserver sharing > a single target backend, even if we still have many wrinkles > in the interfaces to iron out! It does looks like this way > results in lots of less work, and makes me believe we can > port other targets to gdbserver already without unsurmountable > effort. Do you mean there should be only one structure target_obj in both gdb and gdbserver? But I have found that, the structure has been declared different between gdb and gdbserver, How can I integrate them into single one. Or just I have got the wrong understand. --=20 Yue Lu (=E9=99=86=E5=B2=B3)