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] Remove new_thread_notify and dead_thread_notify


On 01/25/2016 12:32 PM, Yao Qi wrote:
> They were added by
> 
>   PATCH: Multithreaded debugging for gdbserver
>   https://sourceware.org/ml/gdb-patches/2002-06/msg00157.html
> 
> but as a no-op, and the last usage of them was removed by
> 
>   [gdbserver/RFC/RFA] Implement multiprocess extensions, add linux multiproces support.
>   https://sourceware.org/ml/gdb-patches/2009-03/msg00667.html
> 
> This patch is to remove them.  Didn't run regression test because this
> patch removes dead code.

Yeah, I think these functions were always dead anyway.  ("if (1) return;")

OK.

Thanks,
Pedro Alves


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