User forums > Help

how to see xmm register?

(1/1)

reverser:
hi all

I'm trying to see asm code of every c++ function I write. but I cant view xmm registers. cpu register window only shows normal registers + flags. any help?

AndrewCot:
Currently C::B supports the GDB "info registers" command to get the registers to then display them.  You can use the GDB "info all-registers" commann via the Debugger tab to get all of the registers that this GDB command supports on the particular CPU you are using, which looks like it will do what you want on the CPU I have.

Sounds like you need to read up on GDB and how to use it if you want to look at the machine code the compiler generated.

oBFusCATed:
reverser: You can add a $xmm0, $xmm1 or other registers names as watches in the watches windows and it will display them.

Navigation

[0] Message Index

Go to full version