From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16940 invoked by alias); 20 Sep 2017 22:08:19 -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 16922 invoked by uid 89); 20 Sep 2017 22:08:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f178.google.com Received: from mail-qt0-f178.google.com (HELO mail-qt0-f178.google.com) (209.85.216.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Sep 2017 22:08:17 +0000 Received: by mail-qt0-f178.google.com with SMTP id i50so4299249qtf.0 for ; Wed, 20 Sep 2017 15:08:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=M/2qMPnTIcDgDvCNb6YKmmbhDlocA9LgkO+6T6hEiGA=; b=L344HyZ5dlw5Y8WTg9HuzpY/C1gbYa5cOvFij/LXXQfBXAVUF+5JelInKv2kVKXAyb 64KuwnXfNZLis14Nw8tfEkbMy1KA2MDszlsyERDAFUd61iS3h5oux+PEk68ZvCJZ1VPO zEITgOosZv8hsUdYNyTDv0M7h+3n1imyyw26s2SN9KoOPA/MkYJkDBHJkiFDmihuH/es uYhLfAfInst9Hm4axoUPePGH5ZawUwpSJyfCNx2S0utYV59mZawTlEdpY/3G9HrwO51u uIek/yAH+rM/iDmKMPYfFe5RpdPol8ky63bkhaYlb5h1RjtiBqU0DJ54W8nRQ27bPnvQ hE5Q== X-Gm-Message-State: AHPjjUg8QnLYcIY0TpYY1srzrf3deU8rOfW/554Z1jMJg4e/lSdsW4uw dy+dycleYbr/PFSJcclF69pM5rzSMmQEzfDeow6fRg== X-Google-Smtp-Source: AOwi7QDEdeRB5NnSLVPiv2izF+88T8TflIdX4wT08sjhF/+k4F2u7UCeUpEWxanD/EvqOQc3h5lCng3M8uqvqEEo8fw= X-Received: by 10.200.63.98 with SMTP id w31mr288015qtk.174.1505945295532; Wed, 20 Sep 2017 15:08:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.135.164 with HTTP; Wed, 20 Sep 2017 15:08:14 -0700 (PDT) In-Reply-To: <29769ae5-5411-3b52-71da-b488e7789dd4@redhat.com> References: <1505892323-14964-1-git-send-email-simon.marchi@ericsson.com> <29769ae5-5411-3b52-71da-b488e7789dd4@redhat.com> From: Yao Qi Date: Wed, 20 Sep 2017 22:08:00 -0000 Message-ID: Subject: Re: [PATCH] gdbserver x86 on win32: call init_target_desc To: Pedro Alves Cc: Simon Marchi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00520.txt.bz2 On Wed, Sep 20, 2017 at 12:40 PM, Pedro Alves wrote: > > I assume that lynx-i386-low.c and nto-x86-low.c have the same problem? > Yes, I think so. It is caused by my recent target description changes :(. Simon's fix is right to me, we need to call init_target_desc in lynx-i386-low.c and nto-x86-low.c. --=20 Yao (=E9=BD=90=E5=B0=A7)