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

Sort registers #197

Closed
hrw opened this issue Dec 11, 2023 · 2 comments · Fixed by #204
Closed

Sort registers #197

hrw opened this issue Dec 11, 2023 · 2 comments · Fixed by #204
Assignees

Comments

@hrw
Copy link
Contributor

hrw commented Dec 11, 2023

Seer shows all registers given by GDB. In random order:

image

Clicking on 'Name' does not sort.

@epasveer
Copy link
Owner

It display in the order that gdb returns the list. However, I can make it sort-able quite easily.

@epasveer epasveer self-assigned this Dec 16, 2023
@epasveer
Copy link
Owner

This is fixed. All columns are sort-able now. I added a new column 1, which is the order gdb returns the list of registers. You can sort on any column. Click them again to sort ascending or descending. The setting is remembered for the next time you fire up Seer.

image

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

Successfully merging a pull request may close this issue.

2 participants