Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] Multiple Container VMNode

Hi,
 
I'm not sure if the usecase is similar enough, but DSF-GDB has support for multiple processes, 
which is done by using multiple containers contexts but a single container VM node (if I remember
correctly.)
 
You can attempt a similar method.
 
Marc

________________________________

From: dsdp-dd-dev-bounces@xxxxxxxxxxx on behalf of Pawel Piech
Sent: Tue 2/10/2009 5:05 PM
To: Device Debugging developer discussions
Subject: Re: [dsdp-dd-dev] Multiple Container VMNode


Yes, you can display multiple CPUs within the same launch.  You don't necessarily need to create multiple container VM nodes.  You can simply return both contexts as elements from a single container VM node.  Unless the two CPUs have different layout under them, then I think it would make sense to have separate container nodes for them.

Hope this helps,
-Pawel

Chuong, Patrick wrote: 

	Hi,

	 

	I am trying to hookup our debugger using DSF and I am wondering if it is possible to create multiple AbstractContainerVMNode for a single launch? And have the launch dynamically query the backend to discover the number of container for the launch. In our debugger, we need to be able to debug multiple CPUs for a launch and in the past (with CDT) we create a launch for each CPU and I am trying to see if it is possible to have one launch for multiple CPU in DSF.

	 

	Regards,

	Patrick

	
________________________________


	_______________________________________________
	dsdp-dd-dev mailing list
	dsdp-dd-dev@xxxxxxxxxxx
	https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
	  




Back to the top