gdb question

2001-01-03 Thread Thierry
Hi, I use the "fork" function to call another function "foo( )" In gdb, I would like to put a breakpoint in this function "foo( )", When I execute, the function "foo( )" is stopped, but gdb doesn't give me the hand. How I can put a breakpoint in a function call by a "fork" system ? Thanks

Re: gdb question

2001-01-03 Thread Guido van Rooij
On Wed, Jan 03, 2001 at 12:37:21PM -0500, Thierry wrote: Hi, I use the "fork" function to call another function "foo( )" In gdb, I would like to put a breakpoint in this function "foo( )", When I execute, the function "foo( )" is stopped, but gdb doesn't give me the hand. How I can

Re: gdb question

2001-01-03 Thread Max Khon
hi, there! On Wed, 3 Jan 2001, Thierry wrote: I use the "fork" function to call another function "foo( )" In gdb, I would like to put a breakpoint in this function "foo( )", When I execute, the function "foo( )" is stopped, but gdb doesn't give me the hand. How I can put a breakpoint

Re: gdb question

2001-01-03 Thread Brian O'Shea
On Wed, Jan 03, 2001 at 12:37:21PM -0500, Thierry wrote: Hi, I use the "fork" function to call another function "foo( )" In gdb, I would like to put a breakpoint in this function "foo( )", When I execute, the function "foo( )" is stopped, but gdb doesn't give me the hand. How I can