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: RFC: Re: [patch] Fix for 'info threads' crashes if zombie threads exist


> Date: Thu, 13 Jul 2006 15:47:31 -0400
> From: Daniel Jacobowitz <drow@false.org>
>
> > You might want to look at implementing to_extra_thread_info() to give
> > some state information; see bsd-uthread.c for an example.
> 
> ... and in any case that's a better place for the state information.
> Nice.  Unfortunately we don't really have useful state bits.  I could
> probably move the exiting/missing text there.

That's what I had in mind...

> I'll keep that in mind for a future update, thanks!

Well, if this patch doesn't cause any regressions, there is no real
reason to hold it back.  You can always add the to_extra_thread_info()
implementation later.

Mark


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