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: [RFC] pb unwinding from pthread_cond_wait on ppc-linux (RFA?)


On Wed, Dec 08, 2004 at 04:56:33PM +0100, Joel Brobecker wrote:
> I think that the reason that gdb-6.0 worked is a bit related to luck.
> Here are the first few instructions of pthread_cond_timedwait():
> 
>     0x0ffe45b4 <pthread_cond_timedwait+0>:     stwu    r1,-128(r1)
>     0x0ffe45b8 <pthread_cond_timedwait+4>:     mflr    r8
>     0x0ffe45bc <pthread_cond_timedwait+8>:     lis     r7,15258
>     0x0ffe45c0 <pthread_cond_timedwait+12>:    bl      0xffed01c
>     0x0ffe45c4 <pthread_cond_timedwait+16>:    stw     r8,132(r1)

What's the bl actually calling?


-- 
Daniel Jacobowitz


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