March 29, 2024, 08:52:16 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to set a breakpoint in a syscall?  (Read 4584 times)

Offline Xee

  • New Member
  • Posts: 2
How to set a breakpoint in a syscall?
« 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