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?