Hello,
I am using the IBM IDEBUG debugger to debug some kind of scheduler. Upon each fork() system call the debugger asks me whether I want to follow the parent or the child process.
Is there a possibility to indicate that I am only interested in the parent process ? (The compaq ladebug debugger gives you this option)
Thanks
Luc
I am using the IBM IDEBUG debugger to debug some kind of scheduler. Upon each fork() system call the debugger asks me whether I want to follow the parent or the child process.
Is there a possibility to indicate that I am only interested in the parent process ? (The compaq ladebug debugger gives you this option)
Thanks
Luc