Bug 3543 - Memory/Register/Disassembly windows do not update after a step
Summary: Memory/Register/Disassembly windows do not update after a step
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633 2888 3119 3200
  Show dependency treegraph
 
Reported: 2006-11-19 20:41 UTC by Mike Cvet
Modified: 2006-11-23 20:41 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-11-19 20:41:51 UTC
Need to update PC and information
Comment 1 Mike Cvet 2006-11-23 20:41:09 UTC
        frysk-gui/frysk/gui:
        2006-11-23  Mike Cvet  <mcvet@redhat.com>
        
        * register/RegisterWindow.java (LockObserver..run): Call
        resetList() instead of refreshList().
        (resetList): Added. Updates register information after a Task re-block.
        Fixes #3453.
        (setTask): Fixed up a little.
        
        * memory/MemoryWindow.java (LockObserver..run): Call resetPCAndList().
        (resetPCAndList): Updates the Task program counter for the window and
        resets the TreeView rows. Fixes #3453.
        
        * disassembler/DisassemblyWindow.java (LockObserver..run): Call
        resetPCAndList().
        (resetPCAndList): Updates the Task program counter for the window and
        resets the TreeView rows. Fixes #3453.