This is the mail archive of the gdb-patches@sources.redhat.com 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: problem unwinding past pthread_cond_wait() on x86 RedHat 9.0


On Tue, Oct 14, 2003 at 09:21:55AM -0700, Joel Brobecker wrote:
> Ah, OK, thanks. Given the name of the section, I thought it would
> contain exception handling _regions_, without necessarily providing
> frame information for each and every function. I need to learn a bit
> more about them...

It isn't necessarily each and every function.  However, when 
exceptions are in use, it turns out to be most of them.  And
when thread cancelation is involved, it's all of them that 
lead to system calls.


r~


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