From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11050 invoked by alias); 9 Sep 2014 10:41:35 -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 11039 invoked by uid 89); 9 Sep 2014 10:41:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f182.google.com Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com) (209.85.220.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 09 Sep 2014 10:41:34 +0000 Received: by mail-vc0-f182.google.com with SMTP id le20so2763325vcb.27 for ; Tue, 09 Sep 2014 03:41:31 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.156.100 with SMTP id wd4mr12061565vdb.39.1410259291737; Tue, 09 Sep 2014 03:41:31 -0700 (PDT) Received: by 10.52.253.33 with HTTP; Tue, 9 Sep 2014 03:41:31 -0700 (PDT) In-Reply-To: <1410189922-18320-8-git-send-email-gbenson@redhat.com> References: <1410189922-18320-1-git-send-email-gbenson@redhat.com> <1410189922-18320-8-git-send-email-gbenson@redhat.com> Date: Tue, 09 Sep 2014 10:41:00 -0000 Message-ID: Subject: Re: [PATCH 07/14] Change signature of linux_target_ops.new_thread From: Marcus Shawcroft To: Gary Benson Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00217.txt.bz2 On 8 September 2014 16:25, Gary Benson wrote: > This commit changes the signature of linux_target_ops.new_thread in > gdbserver to match that used in GDB's equivalent. > > gdb/gdbserver/ChangeLog: > > * linux-low.h (linux_target_ops) : Changed signature. > * linux-arm-low.c (arm_new_thread): Likewise. > * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise. > * linux-mips-low.c (mips_linux_new_thread): Likewise. > * linux-x86-low.c (x86_linux_new_thread): Likewise. > * linux-low.c (add_lwp): Update the_low_target.new_thread call. Looks sane to me. /Marcus