We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user asked for this. Filing so that other users can upvote.
There is a workaround of creating a script, say ~/bin/objdump with content
#!/bin/bash /usr/bin/objdump -M intel $*
and then setting
export PPROF_TOOLS=objdump:/home/user/bin/
but this is somewhat cumbersome.
The text was updated successfully, but these errors were encountered:
Should this be added as an independent option that only applies to "-disasm" and "-weblist" or as a parameter taken by those two commands?
Sorry, something went wrong.
Independent option I think. It's not special / important enough to be a dedicated argument for those commands.
Successfully merging a pull request may close this issue.
A user asked for this. Filing so that other users can upvote.
There is a workaround of creating a script, say ~/bin/objdump with content
and then setting
but this is somewhat cumbersome.
The text was updated successfully, but these errors were encountered: