Bug 431935 - Add tooltips in Thread object of multicore visualizer
Summary: Add tooltips in Thread object of multicore visualizer
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-other (show other bugs)
Version: 8.2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 8.4.0   Edit
Assignee: Xavier Raynaud CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 11:42 EDT by Xavier Raynaud CLA
Modified: 2014-04-17 13:55 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Raynaud CLA 2014-04-03 11:42:45 EDT
I will be nice to display the current location (if any) for threads, based on the current MIFrame (if any).
It will display something like "main() at main.c:10 - 0xabcd1234
Comment 1 Xavier Raynaud CLA 2014-04-07 04:27:07 EDT
patch is available for review on gerrit here:
https://git.eclipse.org/r/#/c/24522/
Comment 2 Marc Dumais CLA 2014-04-07 10:55:06 EDT
Salut Xavier,

Very nice - I like this new feature. Could you please rebase your patch so that it picks-up the fix for bug 432151? 

Thanks,

Marc
Comment 3 Xavier Raynaud CLA 2014-04-07 11:05:29 EDT
done (patch set 2)
Comment 4 Marc Dumais CLA 2014-04-11 07:46:44 EDT
Thanks for this contribution, Xavier.