UMBC CMSC 313

 


The FPU and the Debugger

Printing Out Memory Locations As Floating Point Numbers

;(gdb) x/2wf &flt2
x/2wf&flt2
Display memoryprint 2 32-bit words as floating pointStarting at the address labelled flt2

Contents of FPU Registers

In ddd, enter the command info registers all, and the contents of all registers will be displayed. For the floating point registers, they are in both floating point and raw mode.

©2004, Gary L. Burt