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: arc: expose thread relinquish cause #61106

Merged

Commits on Aug 3, 2023

  1. debug: arc: expose thread relinquish cause

    When a thread is preempted on ARC, caller-saved registers
    are saved on the stack automatically (RIRQ) or manually
    by the kernel ISR (FIRQ).
    Exposing the thread's relinquish cause hints the debugger
    that it can read more or less register values.
    
    Signed-off-by: Bruno Mendes <[email protected]>
    bdmendes committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5be7062 View commit details
    Browse the repository at this point in the history