This is the mail archive of the gdb@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]

Problem with pthread_create breakpoint getting hit while stepping in my own code (gdb 6.8)


Everytime I am stepping through my code in gdb with 'next', gdb will
suddenly switch contexts to nptl_create (pthread_create) and break
there. I lose my ability to step back to my original code. How do I
avoid this?


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