Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Debug porcess

On Mon, Nov 20, 2006 at 05:21:53PM -0000, Mikhail Khodjaiants wrote:
> When you attach to the child process it is already in the while loop. If
> you want to attach to it from the beginning you have to start and
> suspend it immediately. I don't know exactly how to do it, but there
> must be some fork variants for that.  

Current versions of GDB support (at least on GNU/Linux) following
across fork into the child process.  I don't think CDT supports setting
that option, however.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top