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

PPU debugger: report functions on registers display #8055

Merged
merged 7 commits into from
Apr 19, 2020

Commits on Apr 17, 2020

  1. debugger: Rephrase "Current function" to "In function"

    Takes less space which makes actual function name display a bit nicer.
    Also the meaning is clearer.
    elad335 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f579107 View commit details
    Browse the repository at this point in the history
  2. PPU debugger: read 32-bit pointer instead of 64-bit

    PPU ABI supports only 32-bit pointers in userland, also fix it to use super ptr.
    elad335 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    26ca30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d1be31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0403f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ee41b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0f77f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    5824baa View commit details
    Browse the repository at this point in the history