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

debug stub fixes, MMU log tweak #90

Merged
merged 5 commits into from
Jul 8, 2024

Commits on Jul 2, 2024

  1. Hexagon: lldb read/write predicate registers p0/p1/p2/p3

    Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com>
    taylorsimpson authored and androm3da committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3ebda0b View commit details
    Browse the repository at this point in the history
  2. Fix typo in hexagon-sys.xml

    Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com>
    taylorsimpson authored and androm3da committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2cc2b3b View commit details
    Browse the repository at this point in the history
  3. Hexagon (target/hexagon) print new mode on mode change

    Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com>
    taylorsimpson authored and androm3da committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e0937b9 View commit details
    Browse the repository at this point in the history
  4. Hexagon (target/hexagon) optimize gen_read_greg

    gregs 0-3 don't need special handling, so generate a TCG move
    instead of calling a helper
    
    Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com>
    taylorsimpson authored and androm3da committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    870e8d6 View commit details
    Browse the repository at this point in the history
  5. Fix system/guest registers in hexagon-sys.xml

    Add system registers to a total of 85 (per hex_regs.h)
    Move guest registers to end
    Add gelr/gsr/gosp/gbadva names for g0-g4
    
    Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com>
    taylorsimpson authored and androm3da committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c22e902 View commit details
    Browse the repository at this point in the history