From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20047 invoked by alias); 20 Feb 2014 13:26:42 -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 19965 invoked by uid 89); 20 Feb 2014 13:26:41 -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,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 20 Feb 2014 13:26:41 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id s1KDQXAB013195; Thu, 20 Feb 2014 14:26:33 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id s1KDQXcX014645; Thu, 20 Feb 2014 14:26:33 +0100 (CET) Date: Thu, 20 Feb 2014 13:26:00 -0000 Message-Id: <201402201326.s1KDQXcX014645@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: palves@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <1392841775-19126-8-git-send-email-palves@redhat.com> (message from Pedro Alves on Wed, 19 Feb 2014 20:29:35 +0000) Subject: Re: [PATCH 7/7] bsd-uthread.c: Don't install a to_xfer_partial method References: <1392841775-19126-1-git-send-email-palves@redhat.com> <1392841775-19126-8-git-send-email-palves@redhat.com> X-SW-Source: 2014-02/txt/msg00632.txt.bz2 > From: Pedro Alves > Date: Wed, 19 Feb 2014 20:29:35 +0000 > > Whatever the comment about deprecated_xfer_memory referred to, > deprecated_xfer_memory is gone now. There's no need to install a > target method that just delegates, as that's what the default > delegator does already. > > Tested by building an --enable-targets=all gdb on x86_64 Fedora 17. Sure. Go ahead. These days OpenBSD has real threads anyway; I just need to find some time to integrate the changes I have lying around to make that work with GDB. > gdb/ > 2014-02-19 Pedro Alves > > * bsd-uthread.c (bsd_uthread_xfer_partial): Delete function. > (bsd_uthread_target): Don't install bsd_uthread_xfer_partial as > to_xfer_partial method. > --- > gdb/bsd-uthread.c | 16 ---------------- > 1 file changed, 16 deletions(-)