This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 7/7] bsd-uthread.c: Don't install a to_xfer_partial method


> From: Pedro Alves <palves@redhat.com>
> 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  <palves@redhat.com>
> 
> 	* 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(-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]