Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Multi-core debugging with CDI

On 27/05/2010 11:53 AM, James Blackburn wrote:
Hi All,

I currently use CDI for a multi-core debug launch. The cores are NUMA
so have their own debuggers.  My launch constructs N-MISessions:
http://dev.eclipse.org/mhonarc/lists/cdt-debug-dev/msg01512.html
However I noticed that each session has an MIEventThread firing events
which can lead to issues as multiple events may be notified from
multiple debuggers concurrently. e.g. during tear-down:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=314666

Am I doing something wrong here, is there a better way to construct the session?

I guess now is also a good time to check whether there's any support
in DSF-GDB for multiple debuggers attached to a launch?

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

Is the launch configuration the only resource that your sessions share? If so, we can synchronize the access to the working copy.

Mikhail


Back to the top