Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

idb question: are xmm registers displayed?

maverick6664
Beginner
307 Views
It's a big factor to me.

I'm accustomed to gdb, thanks to a nice .gdbinit. However it lacks xmm display. So if idb supports it, and it has a nice .idbrc/.dbxinit, I will move to idb. So will anyone tell me about them?

My .gdbinit makes gdb display every registers (except for fp/mmx/xmm) each time it executes a single instruction in assembler language mode. I got it from http://www.eccentrix.com/members/mammon/gdb_init.txt

If idb has a similar initialize file, I will be happy.

Thanks in advance.
0 Kudos
1 Reply
Mark_S_Intel1
Employee
307 Views
idb does display contents of the XMM regiters. To use idb in gdb compatibility mode and gdb options set use the "-gdb" option.
0 Kudos
Reply