Bug 481322 - [visualizer] Update Multicore Visualizer for Grouping
Summary: [visualizer] Update Multicore Visualizer for Grouping
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on: 336876
Blocks:
  Show dependency tree
 
Reported: 2015-11-03 09:29 EST by Marc Dumais CLA
Modified: 2020-09-04 15:16 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 Marc Dumais CLA 2015-11-03 09:29:30 EST
ATM the Multicore Visualizer is not able to handle a Debug View selection of a group. A Null Pointer exception is triggered each time. This bug is to handle this case more gracefully. More (separate) efforts will be required for the MV to fully support grouping and IT Sets.
Comment 1 Eclipse Genie CLA 2015-11-04 10:00:41 EST
New Gerrit change created: https://git.eclipse.org/r/59665
Comment 2 Marc Dumais CLA 2015-11-04 10:05:32 EST
The gerrit patch above is a minimal one, that concentrates on avoiding an exception whenever a group is selected on the debug view. A more complete support for selection of groups can be tackled separately (we are still missing a few needed bits in the GDBGrouping service).