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 5/8] Refactor clone_all_breakpoints


On 05/20/2016 04:12 PM, Yao Qi wrote:
> This patch is to change the interface of clone_all_breakpoints, from
> lists of breakpoints and raw_breakpoints to child thread and parent
> process.  I choose child thread to pass because we need the ptid of
> the child thread in the following patch.

Seems fine to me.  I'd have passed the parent thread instead of
process.

Thanks,
Pedro Alves


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