Skip to main content

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

Yes, that's probably a workaround.

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Ploett, Norbert
Sent: 21 November 2006 06:19
To: CDT Debug developers list
Subject: AW: [cdt-debug-dev] Debug porcess

Mikhail / Daniel,

just a thought: The CDT's gdb console allows entering any additional gdb commands on the command line, so for a workaround and to try it, could the option be set from the console?


Greetings



Norbert
 

-----Ursprüngliche Nachricht-----
Von: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] Im Auftrag von Mikhail Khodjaiants
Gesendet: Montag, 20. November 2006 19:20
An: CDT Debug developers list
Betreff: 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.


_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top