Viewing Registers in GDB
GDB tip of the day:
info registers
will show you the contents of general purpose registers, but info all-registers
will expand the output to floating point registers and CSRs.
GDB tip of the day:
info registers
will show you the contents of general purpose registers, but info all-registers
will expand the output to floating point registers and CSRs.