Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Multi-core how work views

Thank you Marc J

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Thursday, February 25, 2016 4:47 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Multi-core how work views

 

The debug views show the information that pertain to the current selection of the debug view.  If you want to look and multiple threads/processes at the same time in those views, you can use Pin&Clone:
https://wiki.eclipse.org/CDT/User/NewIn80#Pin_.26_Clone


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Christelle BURGUERA [Christelle.BURGUERA@xxxxxx]
Sent: February 25, 2016 9:54 AM
To: CDT General developers list.
Subject: [cdt-dev] Multi-core how work views

Hi all !
 
I want to know in the case of multicore session in a single GDB session (for ex with 2 binaries) how work the differentes views ?
For ex, the Register view shows only 1 binary and to see the other you have to select the proper thread ?
Can we have 2 register views, one for one thread and one for the other ?
Or the Register view is able to show the 2 binaries ?
 
Thank you !
Christelle

 


Back to the top