[ros-bugs] [Bug 6116] New: PATCH improvements to register window

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Apr 14 21:14:53 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6116

           Summary: PATCH improvements to register window
           Product: RosDbg
           Version: unspecified
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: general
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: w.a.hajenius at gmail.com
         QAContact: ros-bugs at reactos.org


Created an attachment (id=6144)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=6144)
Patch

Major overhaul of the Registers panel:
- All 17 individual flags are now extracted from the EFLAGS register and
represented by dedicated variables and textboxes.
- All registers and flags are stored as "stateful" variables. Things that have
changed since the last instruction are automatically highlighted.
- The class responsible for the stateful variables is generic and can therefore
easily be applied to other aspects of the application. It can trigger 2 kinds
of events: one triggered at each update, the other triggered only when the new
value differs from the previous one.
- Correct length of registers and flags is taken into account for storage and
representation (e.g. segment registers only need 4 hex chars).
- I also included some handy extension methods to facilitate running GUI
manipulation code on the UI thread.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list