Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Multiple Targets in Session

Yes, the session can contain more than one target. You have to implement
a special launcher that starts several gdb sessions. When the root
session is launched all gdb sessions will appear in the Debug view under
the same launch, so you can select a particular session and use the UI
actions and menus to control it. See
http://dev.eclipse.org/mhonarc/lists/cdt-debug-dev/msg01510.html, for
example.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Vladimir Prus
Sent: 03 November 2006 13:41
To: CDT General developers list.
Subject: [cdt-dev] Multiple Targets in Session


Hello,
I'm missing something about debug sessions and targets. A Session can
contain more than one target. Does it mean that CDT can invoke several
copies of gdb at once, and if so, how can I do it, and how can I
interact with those copies?

If no, then what's the purpose of having several targets in a Session?

Thanks,
Volodya

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-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