Bug 408894 - [registers] Update only relevant registers when another register is modified
Summary: [registers] Update only relevant registers when another register is modified
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 16:11 EDT by Marc Khouzam CLA
Modified: 2020-09-04 15:19 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2013-05-23 16:11:56 EDT
With bug 400840, when a registers value is modified by the user, all other registers will be refreshed.  This is because some registers may be affected.  From bug 400840 comment 4, we may be able to use -data-list-changed-registers to update only the proper registers.

As a side note, the handling of register events may need to be looked at when we start handling more than one group.