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: Regression for gdb.threads/fork-plus-threads.exp [Re: [PATCH 3/6] List inferiors/threads/pspaces in ascending order]


On 01/12/2016 11:22 AM, Pedro Alves wrote:


> This is also yet another instance of breakpoint re-setting being too coarse [1]...
> If inferior 1 forked inferior 3, why would we need to re-set breakpoint locations
> of inferior 2?  I think we can avoid revamping breakpoint re-set completely, by
> instead limiting re-sets to the program space that triggered it.
> 
> [1] - https://sourceware.org/gdb/wiki/BreakpointReset

Patch posted here:
  https://sourceware.org/ml/gdb-patches/2016-01/msg00246.html

Thanks,
Pedro Alves


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