Skip to main content

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

No, it doesn't. 

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel
Jacobowitz
Sent: 20 November 2006 17:35
To: CDT Debug developers list
Subject: 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
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top