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: RFA: fix gdb_assert caused by 'catch signal ...' and fork


On Fri, 2013-05-17 at 19:17 +0100, Pedro Alves wrote:
> >>> +      (void) wait(NULL);
> IMO, that's more noise than signal.  We ignore return values in
> many many cases, and don't do that (including other wait calls in
> the testsuite).
Removed the '(void)'
> 
> > I also added a comment in breakpoint.c, to explain why
> > the bp_loc_other locations are not removed.
> > 
> > Ok to apply ?
> 
> Looks good to me.  Give it a couple days more, in case Doug or
> others wants to comment, and check it in then.
and committed.

Thanks

Philippe



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