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

GUI option for set disassembly-flavor intel? #110

Closed
pcordes opened this issue Sep 5, 2017 · 3 comments
Closed

GUI option for set disassembly-flavor intel? #110

pcordes opened this issue Sep 5, 2017 · 3 comments

Comments

@pcordes
Copy link

pcordes commented Sep 5, 2017

I use set disassembly-flavor intel in my ~/.gdbinit. I don't see an equivalent feature in gdbgui. (And it doesn't read .gdbinit).

I can type set disassembly-flavor intel (or att) in the console pane, and it updates next time the pane changes to a new location.

(reload file / hide disassembly isn't hiding it or re-fetching it in the other format, though. I'm looking at a function that doesn't have source, so it's just the disassembly)

Matt Godbolt's compiler-explorer (https://gcc.godbolt.org) does this nicely: there's an intel button that you can toggle.

@cs01
Copy link
Owner

cs01 commented Sep 6, 2017

Cool idea, I can look into adding this

@cs01
Copy link
Owner

cs01 commented Nov 18, 2017

FYI with gdbgui 0.8.1.0 I got this to work via the console by running set disassembly-flavor intel, then refetching the source. So I've confirmed it works, all I need to do is add the button. I will add it when I get the time.

cs01 added a commit that referenced this issue Nov 23, 2017
cs01 pushed a commit that referenced this issue Nov 23, 2017
* make modal into react; move more from pug to react/js

* cleanup modal and settings

* convert everything to react; parse executable+args with spaces (#116)

* add gzip compression to flask

* add gzip; rename index.js to build.js

* everything in a single div id

* add javascript unit tests

* add button to toggle assembly flavors (#110); refresh state when clicking return button
@cs01
Copy link
Owner

cs01 commented Nov 23, 2017

this is available in 0.9.0.0

@cs01 cs01 closed this as completed Nov 23, 2017
cs01 added a commit that referenced this issue Jul 14, 2020
* make modal into react; move more from pug to react/js

* cleanup modal and settings

* convert everything to react; parse executable+args with spaces (#116)

* add gzip compression to flask

* add gzip; rename index.js to build.js

* everything in a single div id

* add javascript unit tests

* add button to toggle assembly flavors (#110); refresh state when clicking return button
cs01 added a commit that referenced this issue Jul 18, 2020
* make modal into react; move more from pug to react/js

* cleanup modal and settings

* convert everything to react; parse executable+args with spaces (#116)

* add gzip compression to flask

* add gzip; rename index.js to build.js

* everything in a single div id

* add javascript unit tests

* add button to toggle assembly flavors (#110); refresh state when clicking return button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants