From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119070 invoked by alias); 15 Apr 2015 14:47:21 -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 119057 invoked by uid 89); 15 Apr 2015 14:47:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f179.google.com Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 15 Apr 2015 14:47:17 +0000 Received: by pdbqd1 with SMTP id qd1so54983047pdb.2 for ; Wed, 15 Apr 2015 07:47:15 -0700 (PDT) X-Received: by 10.66.192.74 with SMTP id he10mr46635961pac.145.1429109235681; Wed, 15 Apr 2015 07:47:15 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id dd1sm4361679pbb.57.2015.04.15.07.47.14 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 15 Apr 2015 07:47:14 -0700 (PDT) From: Yao Qi To: Romain Naour Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] gdbserver: fix uClibc build whithout MMU. References: <1429045654-6479-1-git-send-email-romain.naour@openwide.fr> Date: Wed, 15 Apr 2015 14:47:00 -0000 In-Reply-To: <1429045654-6479-1-git-send-email-romain.naour@openwide.fr> (Romain Naour's message of "Tue, 14 Apr 2015 23:07:34 +0200") Message-ID: <861tjltpn8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00569.txt.bz2 Romain Naour writes: > Since commit d86d4aafd4fa22fa4cccb83253fb187b03f97f48, the pid > must be retrieved from current_thread. > > The change has not been made in the function linux_read_offsets(). > > Fixes: > http://autobuild.buildroot.net/results/9e4/9e4df085319e346803c26c65478acc= b27eb950ae/build-end.log > > Signed-off-by: Romain Naour Hi Romain, Thanks for updating the patch. Before I push your commit in, a question to GDB maintainers, looks Romain Naour doesn't have FSF copy right assignment, but this patch is very simple, so IIUC, we can push it in without Romain's copy right assignment record. --=20 Yao (=E9=BD=90=E5=B0=A7)