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

Disassembly view: allow to disable branches / jumps #516

Closed
GitMensch opened this issue Oct 6, 2023 · 1 comment · Fixed by #518
Closed

Disassembly view: allow to disable branches / jumps #516

GitMensch opened this issue Oct 6, 2023 · 1 comment · Fixed by #518
Assignees

Comments

@GitMensch
Copy link
Contributor

Here's a real-world disassembly from objdump --visualize-jumps:

grafik

As you see there's no option to actually view the disassembly in that screen...
Please provide an option to disable the jumps (maybe just move to a separate column which would make it possible to enable/disable that way and also allow to temporarily make the column smaller / large enough as needed.

lievenhey added a commit that referenced this issue Oct 10, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
@lievenhey lievenhey linked a pull request Oct 10, 2023 that will close this issue
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 11, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 12, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 12, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 12, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 12, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 19, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 19, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 19, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 19, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 20, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 20, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
lievenhey added a commit that referenced this issue Oct 20, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
milianw pushed a commit that referenced this issue Oct 21, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
milianw pushed a commit that referenced this issue Oct 21, 2023
sometimes there are too many branches, this patch allows the user to
disable them

fixes: #516
@GitMensch GitMensch changed the title Disassembly view: allow to disable jumps Disassembly view: allow to disable branches / jumps Oct 24, 2023
@GitMensch
Copy link
Contributor Author

One (minor) last part is still open: if --visualize-jumps is not supported then the branches column should be auto-hidden.

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

Successfully merging a pull request may close this issue.

3 participants