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

Shorten long function names in the assembly view. #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 19, 2020

  1. Shorten long function names in the assembly view.

    This is an experimental attempt to prevent functions with long call
    signatures from wrapping the Assembly view.  It's thwarted by the
    disassembly also including long call signatures in branch targets.
    
    I briefly considered hacking the disassembler output, but the embedded
    syntax highlighting makes that more difficult than I wanted to tackle.
    Guess I'll just need to refactor the code I work on to pass structures
    around instead. :)
    rcaputo committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    f37e4c5 View commit details
    Browse the repository at this point in the history