Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add other registers (x87, SSE) #11

Closed
tyilo opened this issue Jul 8, 2013 · 8 comments
Closed

Add other registers (x87, SSE) #11

tyilo opened this issue Jul 8, 2013 · 8 comments

Comments

@tyilo
Copy link

tyilo commented Jul 8, 2013

Include view for st0 to st7, xmm0 to xmm15.

@snare
Copy link
Owner

snare commented Jul 8, 2013

I started to add SSE, will finish it off soon and add x87

@tyilo
Copy link
Author

tyilo commented Jul 8, 2013

Cool :)

@snare
Copy link
Owner

snare commented Jul 9, 2013

Added some basic support for SSE and x87 FPU registers in the last commit. Works OK with GDBv7, added code for LLDB but might need some work. Doesn't do any formatting of registers other than the raw value.

@snare snare closed this as completed Jul 9, 2013
@snare
Copy link
Owner

snare commented Jul 9, 2013

image

@tyilo
Copy link
Author

tyilo commented Jul 9, 2013

Very cool, thanks 😄

@snare
Copy link
Owner

snare commented Jul 9, 2013

It wraps and indents after 16 bytes on the SSE regs if the terminal is too narrow, otherwise:

image

@snare
Copy link
Owner

snare commented Jul 9, 2013

Though that could probably use a space in the middle :)

@snare
Copy link
Owner

snare commented Jul 9, 2013

Those commands are:
$ voltron reg -g -p
$ voltron reg -G -s
$ voltron reg -G -s

But you can configure which categories are displayed by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants