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 8/8] Remove proc->priv->new_inferior


On 07/20/2015 12:35 PM, Yao Qi wrote:
> As the result of the previous patch, new_inferior is no longer used.
> This patch is to remove it.
> 
> gdb/gdbserver:
> 
> 2015-07-16  Yao Qi  <yao.qi@linaro.org>
> 
> 	* linux-low.c (linux_create_inferior): Remove setting to
> 	proc->priv->new_inferior.
> 	(linux_attach): Likewise.
> 	(linux_low_filter_event): Likewise.
> 	* linux-low.h (struct process_info_private) <new_inferior>: Remove.

LGTM.

Thanks,
Pedro Alves


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