Posted: Thu Apr 09, 2020 4:17 am Post subject: Conditional breakpoint on XMM1 register doesn't work
So I want to break when my RDI == 0xB5C8880 and XMM1 == (float)60
When I just set RDI == 0xB5C8880, it works. But with XMM1 it doesn't work no matter how I set it. I tried XMM1 == 60; XMM1 == (float)60; XMM1 == 0x42700000; XMM1 == 0x0000000042700000; XMM1 == 0x00000000427000000000000000000000;
Added screenshot with XMM registers when I hit my needed breakpoint and how I set XMM1 == 0x42700000 in breakpoint settings.
How to set breakpoint settings to is breaks only when RDI == 0xB5C8880 and XMM1 == (float)60?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum