Bug #7707 2006-05-31 22:25

ceniza

Next instruction should update CPU Registers

If I'm debugging some disassembled code for something like

int a = 0x7fffffff;

int b = 0xffffffff;

a *= b;

the CPU Registers aren't updated correctly.

Every time Next instruction is requested, the CPU Registers should be completely updated.

Tested with r2511 against the output of "info registers".

Category
Debugger
Group
 
Status
Closed
Close date
2006-06-01 08:36
Assigned to
 
mandrav 2006-06-01 08:36

This bug is now fixed in HEAD.

Thank you for reporting it.