-
Notifications
You must be signed in to change notification settings - Fork 1.5k
arm64: refine the fatal handler #13609
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
arm64: refine the fatal handler #13609
Conversation
|
[Experimental Bot, please feedback here] NuttX PR Requirements Review:Meets Requirements?: Partially Reasoning:
Recommendations:
By addressing these points, you'll make your PR clearer, easier to review, and more likely to be merged. |
Summary The original implement for exception handler is very simple and haven't framework for breakpoint/watchpoint routine or brk instruction. I refine the fatal handler and add framework for debug handler to register or unregister. this is a prepare for watchpoint/breakpoint implement Signed-off-by: qinwei1 <qinwei1@xiaomi.com>
Summary Add a macro to obtain current execute level Signed-off-by: qinwei1 <qinwei1@xiaomi.com>
db72a27 to
acb23b4
Compare
pussuw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The original implement for exception handler is very simple and
haven't framework for breakpoint/watchpoint routine or brk instruction.
I refine the fatal handler and add framework for debug handler to
register or unregister. this is a prepare for watchpoint/breakpoint implement
Summary
Impact
Testing