Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: Xee on November 16, 2009, 11:35:59 AM

Title: How to set a breakpoint in a syscall?
Post by: Xee on November 16, 2009, 11:35:59 AM
Hello..

I really need help.. it's urgent, how can i set a breakpoint through ddd in a syscall

i have a test code where i call fork() explicitly , when i debug it with ddd, i can't step in the breakpoint near: fork().

how can i step into this call?

i really need this.. please any help?

thanks