Author Topic: floating point registers  (Read 2579 times)

ca1e

  • Guest
floating point registers
« on: January 24, 2019, 08:10:59 pm »
does anyone know please, how to monitor the fpu/xmm registers in the debugger?

thanks

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: floating point registers
« Reply #1 on: January 24, 2019, 09:45:34 pm »
It is not possible at the moment in the UI.

You can execute manual gdb commands... Or add '$xmm1' as a watch variable.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ca1e

  • Guest
Re: floating point registers
« Reply #2 on: January 25, 2019, 06:48:32 pm »
Or add '$xmm1' as a watch variable.

top banana

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: floating point registers
« Reply #3 on: January 25, 2019, 07:05:12 pm »
What do you mean?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline hidefromkgb

  • Multiple posting newcomer
  • *
  • Posts: 50
Re: floating point registers
« Reply #4 on: January 26, 2019, 01:18:12 am »
He means 'great' ^__^