next up previous contents index
Next: 4.8 Aliases Up: 4 Debugging Previous: 4.6 Examining Tables and

4.7 Altering Memory Locations

 You may alter the contents of a memory location or a register using the ``set'' command.

To alter the contents of the EAX register:

set $eax = 10

To alter the 32-bit longword at address 127:0:

set *127:0 = 10

To alter the 32-bit longword at the address of the symbol MyVariable

set MyVariable = 10



Send corrections/suggestions via e-mail to: Rob Penrose